Add specific warning about installing on cafe24.com subdomain

This commit is contained in:
Kijin Sung 2019-08-05 17:07:24 +09:00
parent daf51c24fd
commit dd7ee0c192
3 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,11 @@
<td colspan="2" class="error_description">
<!--@if($key === 'php_version')-->
{sprintf($lang->install_checklist_desc[$key], __XE_MIN_PHP_VERSION__)}
<!--@elseif($key === 'session')-->
{$lang->install_checklist_desc[$key]}
<!--@if(contains('.cafe24.com', $_SERVER['HTTP_HOST']))-->
<br /><strong>{$lang->install_checklist_desc['free_domain_warning']}</strong>
<!--@end-->
<!--@else-->
{$lang->install_checklist_desc[$key]}
<!--@end-->