From 5efda512bae942cbb5154bff6e558931a6992a70 Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Tue, 9 Oct 2012 22:02:38 -0400 Subject: [PATCH] Stopped log directory from showing --- short/getfiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/short/getfiles.php b/short/getfiles.php index 783681a..43317f2 100644 --- a/short/getfiles.php +++ b/short/getfiles.php @@ -2,7 +2,7 @@ if ($handle = opendir('.')) { while (false !== ($file = readdir($handle))) { - if ($file != "." && $file != ".." && $file != "index.php" && $file != "getfiles.php" && $file != "config.php" && $file != "url") + if ($file != "." && $file != ".." && $file != "index.php" && $file != "getfiles.php" && $file != "config.php" && $file != "url" && $file != "log") { $last_modified = filemtime($file); //print(date("m/j/y h:i:s a", $last_modified));