From c44b1689b3c2a52e82db706d6bf002c758200f75 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 8 Sep 2012 15:09:43 +0100 Subject: [PATCH] Remove padlock to simplify look No longer showing padlock next to hidden files, looks cleaner & simpler --- files.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files.php b/files.php index 1a69697..955800d 100644 --- a/files.php +++ b/files.php @@ -124,8 +124,7 @@ for ($i=0;$i        ".basename($fileFolderName)." ".$fileAtts."\n"; } else { - if ($type == "file") {$fileAtts = "";} - echo "
  •         [HIDDEN] ".$fileAtts.""; + echo "
  •         [HIDDEN]"; } if ($i\n";} $lastPath = $fileFolderName;