added extra agent debug logging info

git-svn-id: svn://192.168.202.10@2678 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-02-21 12:33:52 +00:00
parent 317272b12b
commit d86a952797
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12506,6 +12506,7 @@ if ($ACTION == 'userLOGout')
echo "$vul_insert|$vc_remove|$vla_delete|$wcs_delete|$agent_channel|$vlia_delete\n";
}
$stage .= " $version $build";
}
+1 -1
View File
@@ -4480,7 +4480,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
var status_display_ingroup='<?php echo $status_display_ingroup ?>';
var customer_gone_seconds='<?php echo $customer_gone_seconds_negative ?>';
var updatedispo_resume_trigger='0';
var button_click_log='<?php echo $NOW_TIME ?>-----LOGIN---|';
var button_click_log='<?php echo $NOW_TIME ?>-----LOGIN---<?php echo $version ?> <?php echo $build ?> <?php echo $script_name ?>|';
var agent_display_fields='<?php echo $agent_display_fields ?>';
var customer_sec='0';
var allow_required_fields='<?php echo $allow_required_fields ?>';