|
|
@@ -139,7 +139,7 @@ $httpPassword = "amk";
|
|
|
echo "<h1>" . $_GET['path'] . "</h1>";
|
|
|
if(is_dir($_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\">";
|
|
|
foreach($list as $object) {
|
|
|
|