mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix multi-domain handling on command line
This commit is contained in:
parent
8615b3c9fa
commit
fd4315fec3
@ -101,13 +101,16 @@
|
||||
exit(INVALID_OPTION);
|
||||
}
|
||||
|
||||
// Can't change domain once header is loaded
|
||||
$_REQUEST['domain'] = $domain;
|
||||
|
||||
$GLOBALS['egw_info']['flags'] = array(
|
||||
'disable_Template_class' => True,
|
||||
'noheader' => True,
|
||||
'nonavbar' => True,
|
||||
'currentapp' => 'importexport',
|
||||
'autocreate_session_callback' => 'import_export_access',
|
||||
'login' => $user,
|
||||
'login' => $user . '@' . $domain,
|
||||
'passwd' => $password,
|
||||
'noapi' => True,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user