diff options
Diffstat (limited to 'ocs-provider/index.php')
-rw-r--r-- | ocs-provider/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |