forked from extern/egroupware
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)
|
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();
|
self::set_cookiedomain();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user