change call to App::init() to bring back include path (only in typocheck)

This commit is contained in:
redmatrix 2016-04-01 01:02:03 -07:00
parent 5d884c2f3d
commit 40f3857691

View file

@ -10,7 +10,9 @@
include 'boot.php';
$a = new App();
App::init();
// $a = new App();
echo "Directory: include\n";
$files = glob('include/*.php');