mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Show warning about session malfunction on free subdomains on all hostnames suspected of being a free subdomain, not just cafe24
This commit is contained in:
parent
3e41832930
commit
4febc5df88
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
{sprintf($lang->install_checklist_desc[$key], __XE_MIN_PHP_VERSION__)}
|
{sprintf($lang->install_checklist_desc[$key], __XE_MIN_PHP_VERSION__)}
|
||||||
<!--@elseif($key === 'session')-->
|
<!--@elseif($key === 'session')-->
|
||||||
{$lang->install_checklist_desc[$key]}
|
{$lang->install_checklist_desc[$key]}
|
||||||
<!--@if(contains('.cafe24.com', $_SERVER['HTTP_HOST']))-->
|
<!--@if(preg_match('/^([a-z0-9_-]+).[a-z0-9_-]+.(com|net|co\.kr)/i', $_SERVER['HTTP_HOST'], $matches) && $matches[1] !== 'www')-->
|
||||||
<br /><strong>{$lang->install_checklist_desc['free_domain_warning']}</strong>
|
<br /><strong>{$lang->install_checklist_desc['free_domain_warning']}</strong>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue