Added cm_fpg.agi script to allow callers to place their phone numbers into a Filter Phone Group

Small fix for admin modify lead page custom form disply

git-svn-id: svn://192.168.202.10@2741 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-04-28 16:30:41 +00:00
parent a87223f648
commit 54cd9e6a47
3 changed files with 306 additions and 3 deletions
+8 -3
View File
@@ -39,10 +39,11 @@
# 170301-0834 - Added call_id field for custom fields
# 170317-0755 - Added more missing display variables
# 170331-2300 - Added more debug logging
# 170428-1215 - Small fix for admin modify lead display
#
$version = '2.14-29';
$build = '170331-2300';
$version = '2.14-30';
$build = '170428-1215';
$php_script = 'vdc_form_display.php';
require_once("dbconnect_mysqli.php");
@@ -280,8 +281,12 @@ if (strlen($SSagent_debug_logging) > 1)
{$SSagent_debug_logging=0;}
}
$auth_api_flag = 0;
if ($submit_button=='YES')
{$auth_api_flag = 1;}
$auth=0;
$auth_message = user_authorization($user,$pass,'',0,$bcrypt,0,0);
$auth_message = user_authorization($user,$pass,'',0,$bcrypt,0,$auth_api_flag);
if ($auth_message == 'GOOD')
{$auth=1;}