mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
selective app loading for remote/public
This commit is contained in:
parent
967134ccb6
commit
0f3de1ee41
@ -22,6 +22,10 @@
|
||||
|
||||
OCP\App::checkAppEnabled('contacts');
|
||||
|
||||
// only need authentication apps
|
||||
$RUNTIME_APPTYPES=array('authentication');
|
||||
OC_App::loadApps($RUNTIME_APPTYPES);
|
||||
|
||||
// Backends
|
||||
$authBackend = new OC_Connector_Sabre_Auth();
|
||||
$principalBackend = new OC_Connector_Sabre_Principal();
|
||||
|
Loading…
Reference in New Issue
Block a user