mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
disable verbosity of automatic schema-update when restore is run from within EGw, as it fills the screen completely
This commit is contained in:
parent
5d705c3b79
commit
108a9e94e6
@ -202,7 +202,7 @@ if (!empty($_POST['restore']))
|
||||
// updating the backup
|
||||
$cmd = new setup_cmd_update($GLOBALS['egw']->session->account_domain,
|
||||
$GLOBALS['egw_info']['server']['header_admin_user']='admin',
|
||||
$GLOBALS['egw_info']['server']['header_admin_password']=uniqid('pw',true),false,true);
|
||||
$GLOBALS['egw_info']['server']['header_admin_password']=uniqid('pw',true),false);
|
||||
echo $cmd->run()."\n";
|
||||
echo '<h3>'.lang('You should %1log out%2 and in again, to update your current session!','<a href="'.Egw::link('/logout.php').'" target="_parent">','</a>')."</h3>\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user