mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-11-01 02:27:46 +00:00
Stopped log directory from showing
This commit is contained in:
parent
2a5ec015d1
commit
5efda512ba
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user