diff options
-rw-r--r-- | inc/actions.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/actions.php b/inc/actions.php index 529a031b3..59cdd2415 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -353,8 +353,7 @@ function act_auth($act){ //already logged in? if($_SERVER['REMOTE_USER'] && $act=='login'){ - header("Location: ".wl($ID,'',true)); - exit; + return 'show'; } //handle logout |