summaryrefslogtreecommitdiff
path: root/admin/unassigned_perms.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-06-24 19:25:42 +0000
committerChristian Fowler <spider@viovio.com>2006-06-24 19:25:42 +0000
commit74757bdc92b90d9d26a9d71d9285482535a2c89e (patch)
tree6b4a74c23a8701001eb8929c617f22e422562360 /admin/unassigned_perms.php
parent8e077fa82ba3d7a51579909c9aae2a1c73197a83 (diff)
downloadusers-74757bdc92b90d9d26a9d71d9285482535a2c89e.tar.gz
users-74757bdc92b90d9d26a9d71d9285482535a2c89e.tar.bz2
users-74757bdc92b90d9d26a9d71d9285482535a2c89e.zip
use p_users_admin for perm checking
Diffstat (limited to 'admin/unassigned_perms.php')
-rw-r--r--admin/unassigned_perms.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/unassigned_perms.php b/admin/unassigned_perms.php
index ce33340..da799f6 100644
--- a/admin/unassigned_perms.php
+++ b/admin/unassigned_perms.php
@@ -1,9 +1,9 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_users/admin/Attic/unassigned_perms.php,v 1.5 2006/04/11 13:10:19 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_users/admin/Attic/unassigned_perms.php,v 1.6 2006/06/24 19:25:42 spiderr Exp $
// Initialization
require_once( '../../bit_setup_inc.php' );
-$gBitSystem->verifyPermission( 'p_admin' );
+$gBitSystem->verifyPermission( 'p_users_admin' );
$gBitSmarty->assign_by_ref( 'feedback', $feedback = array() );
$listHash = array( 'sort_mode' => 'group_id_asc' );