|
|
|
|
@ -28,17 +28,9 @@
|
|
|
|
|
|
|
|
|
|
// Do not load FS ...
|
|
|
|
|
$RUNTIME_NOSETUPFS = true;
|
|
|
|
|
|
|
|
|
|
require_once('../../../lib/base.php');
|
|
|
|
|
|
|
|
|
|
require_once('../../../lib/user.php');
|
|
|
|
|
require_once('../../../lib/public/user.php');
|
|
|
|
|
|
|
|
|
|
require_once('../../../lib/app.php');
|
|
|
|
|
require_once('../../../lib/public/app.php');
|
|
|
|
|
|
|
|
|
|
OCP\App::checkAppEnabled('remoteStorage');
|
|
|
|
|
require_once('../lib_remoteStorage.php');
|
|
|
|
|
require_once('remoteStorage/lib_remoteStorage.php');
|
|
|
|
|
|
|
|
|
|
ini_set('default_charset', 'UTF-8');
|
|
|
|
|
#ini_set('error_reporting', '');
|
|
|
|
|
|