fixed include for ocs
This commit is contained in:
parent
fb96256c63
commit
d3f6f618e6
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue