mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-23 16:36:38 +00:00
Added redirect for Dutch
This commit is contained in:
@@ -11,7 +11,7 @@ $domains = array(
|
||||
|
||||
function isCurrentDomain($domain)
|
||||
{
|
||||
return strtolower($domain) == strtolower($_SERVER['SERVER_NAME']);
|
||||
return strcasecmp($domain, $_SERVER['SERVER_NAME']) == 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user