mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 04:12:18 +09:00
Change sitelock HTTP code to 503 Service Unavailable
This commit is contained in:
parent
605fdec1a2
commit
dcba0bec58
1 changed files with 1 additions and 1 deletions
|
|
@ -1442,7 +1442,7 @@ class Context
|
|||
define('_XE_SITELOCK_TITLE_', config('lock.title'));
|
||||
define('_XE_SITELOCK_MESSAGE_', config('lock.message'));
|
||||
|
||||
header("HTTP/1.1 403 Forbidden");
|
||||
header('HTTP/1.1 503 Service Unavailable');
|
||||
if(FileHandler::exists(RX_BASEDIR . 'common/tpl/sitelock.user.html'))
|
||||
{
|
||||
include RX_BASEDIR . 'common/tpl/sitelock.user.html';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue