From f3319f62949f873420d8ebe843b26cc66fc1314f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 6 Oct 2016 12:13:02 +0200 Subject: Allow to call the files even when you are in another instance atm Signed-off-by: Joas Schilling --- ocs-provider/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ocs-provider') diff --git a/ocs-provider/index.php b/ocs-provider/index.php index 20e27e38ce7..13dfa0b3779 100644 --- a/ocs-provider/index.php +++ b/ocs-provider/index.php @@ -19,7 +19,7 @@ * */ -require_once('../lib/base.php'); +require_once __DIR__ . '/../lib/base.php'; header('Content-Type: application/json'); -- cgit v1.2.3