mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
module.xml 1차 정리
탭 정리 일부 permission, action 정리
This commit is contained in:
parent
5bdd0091ec
commit
fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions
|
|
@ -1,14 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="getWeeklyUniqueVisitor" target="manager" />
|
||||
<permission action="getWeeklyPageView" target="manager" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="dispCounterAdminIndex" type="view" admin_index="true" />
|
||||
<action name="procCounterExecute" type="controller" />
|
||||
<action name="getWeeklyUniqueVisitor" type="model" />
|
||||
<action name="getWeeklyPageView" type="model" />
|
||||
</actions>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="getWeeklyUniqueVisitor" target="root" />
|
||||
<permission action="getWeeklyPageView" target="root" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="dispCounterAdminIndex" type="view" admin_index="true" />
|
||||
<action name="getWeeklyUniqueVisitor" type="model" />
|
||||
<action name="getWeeklyPageView" type="model" />
|
||||
</actions>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue