mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#43 테스트를 위한 코드 복원
This commit is contained in:
parent
6ebf867277
commit
054dc852e2
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ class Context
|
|||
$whitelist = array('127.0.0.1', '::1', 'fe80::1');
|
||||
if(is_array($context->db_info->sitelock_whitelist)) $whitelist = array_merge($whitelist, $context->db_info->sitelock_whitelist);
|
||||
|
||||
if(in_array($_SERVER['REMOTE_ADDR'], $whitelist)) {
|
||||
if(!in_array($_SERVER['REMOTE_ADDR'], $whitelist)) {
|
||||
$title = ($context->db_info->sitelock_title) ? $context->db_info->sitelock_title : 'Maintenance in progress...';
|
||||
$message = $context->db_info->sitelock_message;
|
||||
$image = './modules/admin/tpl/img/xe.h1.png';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue