This commit is contained in:
Mike Macgirvin 2010-07-01 16:54:19 -07:00
parent 6348e70daa
commit 21736e1c65
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
// login/logout
if((x($_SESSION,'authenticated')) && (! ($_POST['auth-params'] == 'login'))) { if((x($_SESSION,'authenticated')) && (! ($_POST['auth-params'] == 'login'))) {
if($_POST['auth-params'] == 'logout' || $a->module == "logout") { if($_POST['auth-params'] == 'logout' || $a->module == "logout") {