mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
13 lines
425 B
XML
13 lines
425 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<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>
|