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:
Kijin Sung 2020-07-02 13:45:09 +09:00
parent 3e41832930
commit 4febc5df88

View file

@ -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-->