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));