Fix for NANPA dmin web page auth issue

git-svn-id: svn://192.168.202.10@3391 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2021-03-19 15:22:15 +00:00
parent d3eea512f7
commit d34950b2dc
@@ -107,7 +107,7 @@ $qc_auth=0;
$auth_message = user_authorization($PHP_AUTH_USER,$PHP_AUTH_PW,'QC',1,0);
if ( ($auth_message == 'GOOD') or ($auth_message == '2FA') )
{
$auth=1;
$user_auth=1;
if ($auth_message == '2FA')
{
header ("Content-type: text/html; charset=utf-8");