|
|
|
@ -21,7 +21,7 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
// only need filesystem apps |
|
|
|
// only need filesystem apps |
|
|
|
$RUNTIME_APPTYPES=array('filesystem','authentication'); |
|
|
|
$RUNTIME_APPTYPES=array('filesystem','authentication','logging'); |
|
|
|
OC_App::loadApps($RUNTIME_APPTYPES); |
|
|
|
OC_App::loadApps($RUNTIME_APPTYPES); |
|
|
|
if(!OC_User::isLoggedIn()) { |
|
|
|
if(!OC_User::isLoggedIn()) { |
|
|
|
if(!isset($_SERVER['PHP_AUTH_USER'])) { |
|
|
|
if(!isset($_SERVER['PHP_AUTH_USER'])) { |
|
|
|
|