mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
'admin' 으로 mid를 생성 할 수 있었던 문제점 개선
This commit is contained in:
parent
9f7f955e28
commit
721557ceaa
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class moduleModel extends module
|
|||
$dirs[] = 'rss';
|
||||
$dirs[] = 'atom';
|
||||
$dirs[] = 'api';
|
||||
$dirs[] = 'admin';
|
||||
if(in_array($id, $dirs)) return true;
|
||||
// mid test
|
||||
$args = new stdClass();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue