forked from extern/egroupware
need to use header_admin_(user|password), as config_(user|passwd) get's unset
This commit is contained in:
parent
bad32959c2
commit
4625011575
@ -467,8 +467,8 @@ class filemanager_ui
|
||||
{
|
||||
if (!($msg = setup::checkip()))
|
||||
{
|
||||
$is_root = $is_setup = setup::check_auth(substr($user, 5), $password, $GLOBALS['egw_info']['server']['config_user'],
|
||||
$GLOBALS['egw_info']['server']['config_passwd']);
|
||||
$is_root = $is_setup = setup::check_auth(substr($user, 5), $password, $GLOBALS['egw_info']['server']['header_admin_user'],
|
||||
$GLOBALS['egw_info']['server']['header_admin_password']);
|
||||
}
|
||||
}
|
||||
// or vfs root user from setup >> configuration
|
||||
|
Loading…
Reference in New Issue
Block a user