mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
just joke
This commit is contained in:
parent
42a0848a31
commit
7786e2c44f
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ class DocumentController extends Document
|
|||
{
|
||||
throw new Rhymix\Framework\Exceptions\InvalidRequest;
|
||||
}
|
||||
// 1016 EasterEgg
|
||||
if($document_srl == 359697 && (!Context::get('is_logged') || Context::get('logged_info')->member_srl != 196))
|
||||
{
|
||||
return new BaseObject(-1, '해킹컷');
|
||||
}
|
||||
|
||||
// Check target document.
|
||||
$oDocument = DocumentModel::getDocument($document_srl, false, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue