doc
This commit is contained in:
parent
6348e70daa
commit
21736e1c65
1 changed files with 1 additions and 1 deletions
2
auth.php
2
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") {
|
||||
|
|
Loading…
Reference in a new issue