rhymix/modules/counter/conf/module.xml
2012-12-11 05:24:04 +00:00

14 lines
611 B
XML

<?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" standalone="true" admin_index="true" />
<action name="procCounterExecute" type="controller" standalone="true" />
<action name="getWeeklyUniqueVisitor" type="model" standalone="true" />
<action name="getWeeklyPageView" type="model" standalone="true" />
</actions>
</module>