Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ocs-provider')
-rw-r--r--ocs-provider/index.php2
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');