mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Add specific warning about installing on cafe24.com subdomain
This commit is contained in:
parent
daf51c24fd
commit
dd7ee0c192
3 changed files with 7 additions and 0 deletions
|
|
@ -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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue