Skip to content
Snippets Groups Projects
Commit d3f6f618 authored by Klaas Freitag's avatar Klaas Freitag
Browse files

fixed include for ocs

parent fb96256c
No related branches found
No related tags found
No related merge requests found
......@@ -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/';
......
......@@ -21,7 +21,7 @@
*
*/
require_once('../inc/lib_base.php');
require_once('../lib/base.php');
ob_clean();
OC_OCS::handle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment