mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Merge branch 'rhymix:master' into master
This commit is contained in:
commit
81d91f2f83
130 changed files with 1590 additions and 1557 deletions
|
|
@ -258,7 +258,12 @@ class URL
|
|||
$position = 0;
|
||||
}
|
||||
|
||||
if (function_exists('idn_to_utf8'))
|
||||
$domain = (string)$domain;
|
||||
if ($domain === '')
|
||||
{
|
||||
$new_domain = '';
|
||||
}
|
||||
elseif (function_exists('idn_to_utf8'))
|
||||
{
|
||||
$new_domain = idn_to_utf8($domain);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue