diff options
author | Adrian Lang <lang@cosmocode.de> | 2009-10-23 10:56:01 +0200 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2009-10-23 10:56:01 +0200 |
commit | ab24fc7f2b46da9840c7a6a441c67d433f32a28e (patch) | |
tree | 983ae918524b70e329d104ea017f4c4e0928958a /inc | |
parent | a0fe6e280288f42911535b6790f72e27a16f5113 (diff) | |
download | rpg-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')
-rw-r--r-- | inc/auth.php | 1 |
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'], |