mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
게시펀 적용, 권한없는 게시물도 403 지정
This commit is contained in:
parent
de0b09f4e3
commit
862058d7ce
1 changed files with 3 additions and 1 deletions
|
|
@ -1189,7 +1189,9 @@ class boardView extends board
|
|||
function alertMessage($message)
|
||||
{
|
||||
$script = sprintf('<script> jQuery(function(){ alert("%s"); } );</script>', lang($message));
|
||||
Context::addHtmlFooter( $script );
|
||||
Context::addHtmlFooter($script);
|
||||
|
||||
$this->setHttpStatusCode('403');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue