Browse Source

fixed that aaaaaaaaaaaaaand stoned

Moritz Schmidt 10 years ago
parent
commit
23f9f77454
1 changed files with 1 additions and 1 deletions
  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) {