From 37d44a390e8e2195c4f33367da2f9be6ef0f81b8 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Mon, 4 Mar 2013 15:30:20 -0500 Subject: [PATCH] Staff Client Archive - further cleanup to remove 2.1 completely Signed-off-by: Ben Shum --- staff_clients.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/staff_clients.php b/staff_clients.php index e022b32..be2a502 100644 --- a/staff_clients.php +++ b/staff_clients.php @@ -47,21 +47,6 @@ foreach($globarray as $filename) { echo ""; ?> - -

2.1

-"; -foreach($globarray as $filename) { - $info = pathinfo($filename); - $target = htmlspecialchars($info['basename']); - echo '
  • '.$target.' (md5)
  • '."\n"; - } -echo ""; -?> - -- 2.11.0