summaryrefslogtreecommitdiff
path: root/inc/auth.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2009-10-23 10:56:01 +0200
committerAdrian Lang <lang@cosmocode.de>2009-10-23 10:56:01 +0200
commitab24fc7f2b46da9840c7a6a441c67d433f32a28e (patch)
tree983ae918524b70e329d104ea017f4c4e0928958a /inc/auth.php
parenta0fe6e280288f42911535b6790f72e27a16f5113 (diff)
downloadrpg-ab24fc7f2b46da9840c7a6a441c67d433f32a28e.tar.gz
rpg-ab24fc7f2b46da9840c7a6a441c67d433f32a28e.tar.bz2
Remove (unset) action param from AUTH_LOGIN_CHECK data, init $ACL before firing the event
darcs-hash:20091023085601-e4919-5c800a07bcf70c34720a39e7bca9a1250b973b32.gz
Diffstat (limited to 'inc/auth.php')
-rw-r--r--inc/auth.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/auth.php b/inc/auth.php
index e0b23c0e6..0c0edef5f 100644
--- a/inc/auth.php
+++ b/inc/auth.php
@@ -82,7 +82,6 @@ if($conf['useacl']){
$auth->trustExternal($_REQUEST['u'],$_REQUEST['p'],$_REQUEST['r']);
}else{
$evdata = array(
- 'action' => $ACT,
'user' => $_REQUEST['u'],
'password' => $_REQUEST['p'],
'sticky' => $_REQUEST['r'],