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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user