diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-06 12:13:02 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-10-06 12:15:13 +0200 |
commit | f3319f62949f873420d8ebe843b26cc66fc1314f (patch) | |
tree | b98137f1e72f3a6b58bc2a44cb4e473ebe0686bb /remote.php | |
parent | ff3e8c21397c79ac1231c4f16a8372908d79b067 (diff) | |
download | nextcloud-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 'remote.php')
-rw-r--r-- | remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.php b/remote.php index d4c321be802..e5bd3bb8fed 100644 --- a/remote.php +++ b/remote.php @@ -107,7 +107,7 @@ function resolveService($service) { } try { - require_once 'lib/base.php'; + require_once __DIR__ . '/lib/base.php'; // All resources served via the DAV endpoint should have the strictest possible // policy. Exempted from this is the SabreDAV browser plugin which overwrites |