mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fixed include for ocs
This commit is contained in:
parent
fb96256c63
commit
d3f6f618e6
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue