mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
fixed not working loging in other the first domain
This commit is contained in:
parent
68ad93eac3
commit
51717e5dd9
@ -31,7 +31,7 @@ else
|
|||||||
// this is kind of a hack, as the autocreate_session_callback can not change the type of the loaded account-class
|
// this is kind of a hack, as the autocreate_session_callback can not change the type of the loaded account-class
|
||||||
// so we need to make sure the right one is loaded by setting the domain before the header gets included.
|
// so we need to make sure the right one is loaded by setting the domain before the header gets included.
|
||||||
$arg0s = explode(',',@array_shift($arguments));
|
$arg0s = explode(',',@array_shift($arguments));
|
||||||
@list(,$_GET['domain']) = explode('@',$arg0s[0]);
|
@list(,$_REQUEST['domain']) = explode('@',$arg0s[0]);
|
||||||
|
|
||||||
if (ini_get('session.save_handler') == 'files' && !is_writable(ini_get('session.save_path')) && is_dir('/tmp') && is_writable('/tmp'))
|
if (ini_get('session.save_handler') == 'files' && !is_writable(ini_get('session.save_path')) && is_dir('/tmp') && is_writable('/tmp'))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user