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
path: root/ocs
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@suse.de>2011-09-12 18:20:38 +0400
committerKlaas Freitag <freitag@suse.de>2011-09-12 18:20:38 +0400
commitd3f6f618e604bf37bb85c33d7768c35103e73c5e (patch)
treef17e599b6b583076be816571fc2e4c3cb45d18a8 /ocs
parentfb96256c63e546ff17ee01dfd407d7c1a6aa268a (diff)
fixed include for ocs
Diffstat (limited to 'ocs')
-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();