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 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 75a2d03fa7a..903b1fd6a76 100644
--- a/index.php
+++ b/index.php
@@ -34,8 +34,8 @@ if (version_compare(PHP_VERSION, '5.6.0') === -1) {
}
try {
-
- require_once 'lib/base.php';
+
+ require_once __DIR__ . '/lib/base.php';
OC::handleRequest();