Basic Framework

This commit is contained in:
2024-07-13 17:22:53 +02:00
parent c1fffec124
commit 4d25387a47
22 changed files with 250 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
foreach (glob(__DIR__ . '/*/index.php') as $filename) {
require_once($filename);
}