Small fix to last commit, help.php

git-svn-id: svn://192.168.202.10@2727 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-04-10 02:42:02 +00:00
parent 47703e1a1e
commit 5ad96ddea2
+1 -1
View File
@@ -213,7 +213,7 @@ $user_auth=0;
$auth=0;
$reports_auth=0;
$qc_auth=0;
$auth_message = user_authorization($PHP_AUTH_USER,$PHP_AUTH_PW,'QC',1);
$auth_message = user_authorization($PHP_AUTH_USER,$PHP_AUTH_PW,'QC',1,0);
if ($auth_message == 'GOOD')
{$user_auth=1;}