diff options
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'], |