parent
27946c102d
commit
dd3f754e23
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
include 'boot.php';
|
||||
|
||||
$a = new App();
|
||||
|
||||
$files = glob('mod/*.php');
|
||||
foreach($files as $file)
|
||||
include_once($file);
|
||||
|
||||
|
||||
$files = glob('include/*.php');
|
||||
foreach($files as $file)
|
||||
include_once($file);
|
Loading…
Reference in new issue