summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ocs/providers.php2
-rw-r--r--ocs/v1.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/ocs/providers.php b/ocs/providers.php
index 68cece3277a..e1d6ef7ee1e 100644
--- a/ocs/providers.php
+++ b/ocs/providers.php
@@ -21,7 +21,7 @@
*
*/
-require_once('../inc/lib_base.php');
+require_once('../lib/base.php');
$url='http://'.substr($_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'],0,-17).'ocs/v1.php/';
diff --git a/ocs/v1.php b/ocs/v1.php
index 1b8b479f455..b5eb460664c 100644
--- a/ocs/v1.php
+++ b/ocs/v1.php
@@ -21,7 +21,7 @@
*
*/
-require_once('../inc/lib_base.php');
+require_once('../lib/base.php');
ob_clean();
OC_OCS::handle();