소스 검색

fixed that aaaaaaaaaaaaaand stoned

Moritz Schmidt 10 년 전
부모
커밋
23f9f77454
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {