summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorsanto spider <spider@santo>2015-07-29 10:07:36 -0400
committersanto spider <spider@santo>2015-07-29 10:07:36 -0400
commite44476a648ab0bbf8d44f80f3123e3020ff20966 (patch)
treed1e010ed1d7134d634613ee28d4ac156e4710ea3 /admin
parent8b14b0f953e176b15cd4892d3f77410dd73914be (diff)
downloadstats-e44476a648ab0bbf8d44f80f3123e3020ff20966.tar.gz
stats-e44476a648ab0bbf8d44f80f3123e3020ff20966.tar.bz2
stats-e44476a648ab0bbf8d44f80f3123e3020ff20966.zip
update options
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index a8a1905..5fc0e0c 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -60,6 +60,7 @@ $gBitInstaller->registerPreferences( STATS_PKG_NAME, array(
// ### Default UserPermissions
$gBitInstaller->registerUserPermissions( STATS_PKG_NAME, array(
+ array('p_stats_admin', 'Can admin stats', 'admin', STATS_PKG_NAME),
array('p_stats_view_referer', 'Can view referer stats', 'editors', STATS_PKG_NAME),
array('p_stats_view', 'Can view site stats', 'editors', STATS_PKG_NAME),
) );