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