|
|
|
@ -25,12 +25,9 @@ |
|
|
|
|
|
|
|
// Do not load FS ...
|
|
|
|
$RUNTIME_NOSETUPFS = true; |
|
|
|
require_once('../lib/base.php'); |
|
|
|
|
|
|
|
// only need filesystem apps
|
|
|
|
$RUNTIME_APPTYPES=array('filesystem','authentication'); |
|
|
|
|
|
|
|
|
|
|
|
require_once('../lib/base.php'); |
|
|
|
|
|
|
|
// Backends
|
|
|
|
$authBackend = new OC_Connector_Sabre_Auth(); |
|
|
|
|