Added recent session per-call logging and force_fronter_audio_stop Agent API function

git-svn-id: svn://192.168.202.10@3066 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-02-22 18:32:05 +00:00
parent c56407d8ed
commit 884a60ad22
29 changed files with 506 additions and 49 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ if (!isset($ACTION)) {$ACTION="refresh";}
if (!isset($query_date)) {$query_date = $NOW_DATE;}
$auth=0;
$auth_message = user_authorization($user,$pass,'',0,0,0,0);
$auth_message = user_authorization($user,$pass,'',0,0,0,0,'vdc_email_display');
if ($auth_message == 'GOOD')
{$auth=1;}