mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
#43 이미지 제거 및 설명 추가.
This commit is contained in:
parent
054dc852e2
commit
5446b6480e
5 changed files with 7 additions and 13 deletions
|
|
@ -223,12 +223,10 @@ class Context
|
|||
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';
|
||||
|
||||
define('_XE_SITELOCK_', TRUE);
|
||||
define('_XE_SITELOCK_TITLE_', $title);
|
||||
define('_XE_SITELOCK_MESSAGE_', nl2br($message));
|
||||
define('_XE_SITELOCK_IMAGE_', $image);
|
||||
define('_XE_SITELOCK_MESSAGE_', $message);
|
||||
|
||||
header('403 Forbidden');
|
||||
include _XE_PATH_ . 'common/tpl/sitelock.html';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue