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/v2.php')
-rw-r--r--ocs/v2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocs/v2.php b/ocs/v2.php
index 45f65033056..dc57431e6c6 100644
--- a/ocs/v2.php
+++ b/ocs/v2.php
@@ -20,4 +20,4 @@
*
*/
-require_once 'v1.php';
+require_once __DIR__ . '/v1.php';