@@ -18,7 +18,7 @@ |
||
18 | 18 | exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); |
19 | 19 | } |
20 | 20 | |
21 | -chdir('..') ; // TODO: is this needed and why? -- to find autoload, kernel.root_dir and config file |
|
21 | +chdir('..'); // TODO: is this needed and why? -- to find autoload, kernel.root_dir and config file |
|
22 | 22 | |
23 | 23 | $loader = require 'vendor/autoload.php'; |
24 | 24 | // $loader = require __DIR__.'/../vendor/autoload.php'; |