mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Add 404 error handler and update permission data structure
This commit is contained in:
parent
e20c06bf00
commit
5fa72f8629
7 changed files with 49 additions and 29 deletions
|
|
@ -1364,6 +1364,11 @@ class boardView extends board
|
|||
Context::set('blame_member_info', $blame_member_infos);
|
||||
$this->setTemplateFile('vote_log');
|
||||
}
|
||||
|
||||
function dispBoardNotFound()
|
||||
{
|
||||
$this->alertMessage('msg_not_founded', 404);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief the method for displaying the warning messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue