Stopped log directory from showing

This commit is contained in:
alopexc0de 2012-10-09 22:02:38 -04:00
parent 2a5ec015d1
commit 5efda512ba

View File

@ -2,7 +2,7 @@
if ($handle = opendir('.')) { if ($handle = opendir('.')) {
while (false !== ($file = readdir($handle))) 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); $last_modified = filemtime($file);
//print(date("m/j/y h:i:s a", $last_modified)); //print(date("m/j/y h:i:s a", $last_modified));