mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
#43 이미지 제거 및 설명 추가.
This commit is contained in:
parent
054dc852e2
commit
5446b6480e
5 changed files with 7 additions and 13 deletions
|
|
@ -418,7 +418,7 @@ class adminAdminView extends admin
|
|||
Context::set('remote_addr', $_SERVER['REMOTE_ADDR']);
|
||||
Context::set('use_sitelock', $db_info->use_sitelock);
|
||||
Context::set('sitelock_title', $db_info->sitelock_title);
|
||||
Context::set('sitelock_message', $db_info->sitelock_message);
|
||||
Context::set('sitelock_message', htmlspecialchars($db_info->sitelock_message, ENT_COMPAT | ENT_HTML401, 'UTF-8', false));
|
||||
Context::set('sitelock_whitelist', implode(PHP_EOL, $db_info->sitelock_whitelist));
|
||||
|
||||
Context::set('lang_selected', Context::loadLangSelected());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue