reset auth for admin
This commit is contained in:
parent
0ef0b52f3a
commit
7e5b03076d
@ -35,6 +35,7 @@ else {
|
|||||||
// prepare user select form
|
// prepare user select form
|
||||||
if (($auth == $admin_user) and ($admin_user != "")) {
|
if (($auth == $admin_user) and ($admin_user != "")) {
|
||||||
$user = $auth;
|
$user = $auth;
|
||||||
|
$auth = NULL;
|
||||||
}
|
}
|
||||||
$user_form = '
|
$user_form = '
|
||||||
<u>'.$lang_user.'</u><br />
|
<u>'.$lang_user.'</u><br />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user