From 5a2610a5566fe86d9c38f86bbbde7d5e2d14854f Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 10 Apr 2017 02:42:02 +0000 Subject: [PATCH] Small fix to last commit, help.php git-svn-id: svn://192.168.202.10@2727 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agc_2-X/trunk/www/vicidial/help.php b/agc_2-X/trunk/www/vicidial/help.php index 355259ef..18f395ff 100644 --- a/agc_2-X/trunk/www/vicidial/help.php +++ b/agc_2-X/trunk/www/vicidial/help.php @@ -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;}