Explorar o código

fixed that aaaaaaaaaaaaaand stoned

Moritz Schmidt %!s(int64=10) %!d(string=hai) anos
pai
achega
23f9f77454
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -115,7 +115,7 @@ $httpPassword = "amk";
                 echo "<h1>" . $folderName[sizeof($folderName) - 1] . "</h1>";
 
                 $list = scandir($path);
-                $list = array_diff($list, array('.', '..'));
+                $list = array_diff($list, array('.', '..', 'queue.hbq', 'formatting.txt'));
 
                 echo "<div class=\"row\">";
                 foreach($list as $object) {