Allow to call the files even when you are in another instance atm

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2016-10-06 12:13:02 +02:00
parent ff3e8c2139
commit f3319f6294
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function exceptionHandler($exception) {
exit(1);
}
try {
require_once 'lib/base.php';
require_once __DIR__ . '/lib/base.php';
// set to run indefinitely if needed
set_time_limit(0);