aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.php b/auth.php
index 56cea9039..e22651cdd 100644
--- a/auth.php
+++ b/auth.php
@@ -1,6 +1,6 @@
<?php
-
+// login/logout
if((x($_SESSION,'authenticated')) && (! ($_POST['auth-params'] == 'login'))) {
if($_POST['auth-params'] == 'logout' || $a->module == "logout") {