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

This commit is contained in:
zero 2007-03-26 11:48:36 +00:00
parent 8fe469eb77
commit 9b6bb9e6dd
11 changed files with 476 additions and 0 deletions

View file

@ -3,6 +3,13 @@
<grants />
<actions>
<action name="dispAdminContent" type="view" admin_index="true" standalone="true" />
<action name="dispAdminModuleConfig" type="view" standalone="true" />
<action name="dispAdminBoardInfo" type="view" standalone="true" />
<action name="dispAdminInsertBoard" type="view" standalone="true" />
<action name="dispAdminDeleteBoard" type="view" standalone="true" />
<action name="procInsertBoard" type="controller" standalone="true" />
<action name="procDeleteBoard" type="controller" standalone="true" />
<action name="procInsertConfig" type="controller" standalone="true" />
<action name="procUploadFile" type="controller" standalone="true" />
<action name="procDeleteFile" type="controller" standalone="true" />
</actions>