issue 2740 add page view api

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12378 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-12-11 05:24:04 +00:00
parent 81354ae125
commit 7cd4e520c6
2 changed files with 47 additions and 5 deletions

View file

@ -3,10 +3,12 @@
<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>