mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-12-22 09:42:39 +00:00
hid .htaccess from sight
This commit is contained in:
parent
15277d0f12
commit
57793480da
@ -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 != "imgup.php")
|
if ($file != "." && $file != ".." && $file != "index.php" && $file != "getfiles.php" && $file != "imgup.php" && $file != ".htaccess")
|
||||||
{
|
{
|
||||||
$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));
|
||||||
@ -11,4 +11,4 @@ if ($handle = opendir('.')) {
|
|||||||
}
|
}
|
||||||
closedir($handle);
|
closedir($handle);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user