#43 이미지 제거 및 설명 추가.

This commit is contained in:
bnu 2013-11-21 14:15:49 +09:00
parent 054dc852e2
commit 5446b6480e
5 changed files with 7 additions and 13 deletions

View file

@ -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';