summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-03-21 19:42:29 +0100
committerandi <andi@splitbrain.org>2005-03-21 19:42:29 +0100
commitae3f21345cde027cf921d0f219f3db91969461ab (patch)
tree1b3c7dcc2eab1a72458da6992eadc856437fdac0
parentbee6dc82f3f5b693e4496a4ffe6bf3a5da6c6d32 (diff)
downloadrpg-ae3f21345cde027cf921d0f219f3db91969461ab.tar.gz
rpg-ae3f21345cde027cf921d0f219f3db91969461ab.tar.bz2
fixed double '@' in auth_user
darcs-hash:20050321184229-9977f-4ffed08768e2c84d47425dd56a3246661d0bb8a0.gz
-rw-r--r--inc/auth.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/auth.php b/inc/auth.php
index 822f58f5e..96141cd1d 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -232,10 +232,6 @@ function auth_aclcheck($id,$user,$groups){
$perm = -1;
if($user){
- //prepend groups with @
- for($i=0; $i<count($groups); $i++){
- $groups[$i] = '@'.$groups[$i];
- }
//add ALL group
$groups[] = '@ALL';
//add User