change call to App::init() to bring back include path (only in typocheck)
This commit is contained in:
parent
5d884c2f3d
commit
40f3857691
@ -10,7 +10,9 @@
|
|||||||
|
|
||||||
include 'boot.php';
|
include 'boot.php';
|
||||||
|
|
||||||
$a = new App();
|
App::init();
|
||||||
|
|
||||||
|
// $a = new App();
|
||||||
|
|
||||||
echo "Directory: include\n";
|
echo "Directory: include\n";
|
||||||
$files = glob('include/*.php');
|
$files = glob('include/*.php');
|
||||||
|
Reference in New Issue
Block a user