From: Klaas Freitag Date: Mon, 12 Sep 2011 14:20:38 +0000 (+0200) Subject: fixed include for ocs X-Git-Tag: v3.0~209 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d3f6f618e604bf37bb85c33d7768c35103e73c5e;p=nextcloud-server.git fixed include for ocs --- 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();