mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
parent
a327087c8b
commit
3878950af4
2 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
// only need filesystem apps
|
||||
$RUNTIME_APPTYPES=array('filesystem','authentication');
|
||||
$RUNTIME_APPTYPES=array('filesystem','authentication','logging');
|
||||
OC_App::loadApps($RUNTIME_APPTYPES);
|
||||
if(!OC_User::isLoggedIn()) {
|
||||
if(!isset($_SERVER['PHP_AUTH_USER'])) {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@
|
|||
*
|
||||
*/
|
||||
// only need filesystem apps
|
||||
$RUNTIME_APPTYPES=array('filesystem', 'authentication');
|
||||
$RUNTIME_APPTYPES=array('filesystem','authentication','logging');
|
||||
|
||||
OC_App::loadApps($RUNTIME_APPTYPES);
|
||||
|
||||
// Backends
|
||||
|
|
|
|||
Loading…
Reference in a new issue