reset auth for admin

This commit is contained in:
Mark Campbell-Smith 2014-04-01 20:37:57 +11:00
parent 0ef0b52f3a
commit 7e5b03076d

View File

@ -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 />