This commit is contained in:
2024-07-13 17:59:54 +02:00
parent 4d25387a47
commit 03da043be3
9 changed files with 106 additions and 6 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
<?php
foreach (glob(__DIR__ . '/*/index.php') as $filename) {
require_once($filename);
}
Headers::redirect("docs/index.html");