git-svn-id: http://xe-core.googlecode.com/svn/trunk@239 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-05 06:36:33 +00:00
parent 0a2aa301d6
commit f3419d2932
2 changed files with 5 additions and 6 deletions

View file

@ -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>

View file

@ -18,7 +18,6 @@
* @brief 관리자 모드에서 보여줄 화면
**/
function dispContent() {
print 11;
}