summaryrefslogtreecommitdiff
path: root/users.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-11 13:09:28 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-11 13:09:28 +0000
commitc1672c2cf3cb8b0410b2784837030502a6731a56 (patch)
tree4a2929cb7b2caebb93b29dca2e8840510f81b43c /users.php
parentf7ec83841a7e1840296bdf7c0a2e819eaf330698 (diff)
downloadstats-c1672c2cf3cb8b0410b2784837030502a6731a56.tar.gz
stats-c1672c2cf3cb8b0410b2784837030502a6731a56.tar.bz2
stats-c1672c2cf3cb8b0410b2784837030502a6731a56.zip
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
Diffstat (limited to 'users.php')
-rw-r--r--users.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/users.php b/users.php
index 2c70795..b3e45e6 100644
--- a/users.php
+++ b/users.php
@@ -1,12 +1,12 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/users.php,v 1.5 2005/10/23 14:42:17 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/users.php,v 1.6 2006/04/11 13:09:28 squareing Exp $
*
* Copyright (c) 2005 bitweaver.org
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: users.php,v 1.5 2005/10/23 14:42:17 squareing Exp $
+ * $Id: users.php,v 1.6 2006/04/11 13:09:28 squareing Exp $
* @package stats
* @subpackage functions
*/
@@ -20,7 +20,7 @@ global $statslib, $gBitSystem;
$gBitSystem->verifyPackage( 'stats' );
-$gBitSystem->verifyPermission( 'bit_p_view_stats' );
+$gBitSystem->verifyPermission( 'p_stats_view' );
if (!isset($_REQUEST["period"])) {
$_REQUEST["period"] = 'month';