|
@@ -18,7 +18,7 @@ |
|
|
block discarded – undo |
|
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'; |
Please login to merge, or discard this patch.