summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/actions.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/actions.php b/inc/actions.php
index 9e5ec5041..83500475b 100644
--- a/inc/actions.php
+++ b/inc/actions.php
@@ -40,11 +40,7 @@ function act_dispatch(){
//login stuff
if(in_array($ACT,array('login','logout'))){
- if(checkSecurityToken()){
$ACT = act_auth($ACT);
- }else{
- $ACT = 'show';
- }
}
//check if user is asking to (un)subscribe a page