mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Issue #2889 - Possible chrome login fix
This commit is contained in:
@@ -3990,6 +3990,11 @@ class e107
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($domain === 'localhost') // Fix for chrome.
|
||||||
|
{
|
||||||
|
$domain = false;
|
||||||
|
}
|
||||||
|
|
||||||
define("e_DOMAIN", $domain);
|
define("e_DOMAIN", $domain);
|
||||||
define("e_SUBDOMAIN", ($subdomain) ? $subdomain : false);
|
define("e_SUBDOMAIN", ($subdomain) ? $subdomain : false);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user