summaryrefslogtreecommitdiffstats
path: root/console.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-06 12:13:02 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-06 12:15:13 +0200
commitf3319f62949f873420d8ebe843b26cc66fc1314f (patch)
treeb98137f1e72f3a6b58bc2a44cb4e473ebe0686bb /console.php
parentff3e8c21397c79ac1231c4f16a8372908d79b067 (diff)
downloadnextcloud-server-f3319f62949f873420d8ebe843b26cc66fc1314f.tar.gz
nextcloud-server-f3319f62949f873420d8ebe843b26cc66fc1314f.zip
Allow to call the files even when you are in another instance atm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'console.php')
-rw-r--r--console.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.php b/console.php
index 8765b176ac7..3c68429cbd4 100644
--- a/console.php
+++ b/console.php
@@ -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);