mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@239 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0a2aa301d6
commit
f3419d2932
2 changed files with 5 additions and 6 deletions
|
|
@ -2,11 +2,11 @@
|
|||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="dispContent" type="view" admin_index="true" />
|
||||
<action name="dispContent" type="view" admin_index="true" standalone="true" />
|
||||
|
||||
<action name="procInsertDeniedIP" type="controller" />
|
||||
<action name="procDeleteDeniedIP" type="controller" />
|
||||
<action name="procInsertDeniedWord" type="controller" />
|
||||
<action name="procDeleteDeniedWord" type="controller" />
|
||||
<action name="procInsertDeniedIP" type="controller" standalone="true" />
|
||||
<action name="procDeleteDeniedIP" type="controller" standalone="true" />
|
||||
<action name="procInsertDeniedWord" type="controller" standalone="true" />
|
||||
<action name="procDeleteDeniedWord" type="controller" standalone="true" />
|
||||
</actions>
|
||||
</module>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* @brief 관리자 모드에서 보여줄 화면
|
||||
**/
|
||||
function dispContent() {
|
||||
print 11;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue