mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
an other fix for NTLM and SiteMgr
This commit is contained in:
parent
83a9c7253c
commit
73beff54fe
@ -1207,7 +1207,7 @@ class egw_session
|
||||
*/
|
||||
public static function egw_setcookie($cookiename,$cookievalue='',$cookietime=0,$cookiepath=null)
|
||||
{
|
||||
if (!isset(self::$cookie_domain) || !isset(self::$cookie_path))
|
||||
if (empty(self::$cookie_domain) || empty(self::$cookie_path))
|
||||
{
|
||||
self::set_cookiedomain();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user