Browse Source

Ignore formatting.txt

Moritz Schmidt 10 years ago
parent
commit
235dd955cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
index.php

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