Basic Framework
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
foreach (glob(__DIR__ . '/*/index.php') as $filename) {
|
||||
require_once($filename);
|
||||
}
|
||||
Reference in New Issue
Block a user