Added campaign option to check the hopper for duplicate vendor_lead_code

Added remote-agent daily stats
Added option to log non-agent-API queries from non-admin.php queries

git-svn-id: svn://192.168.202.10@1784 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2012-02-13 22:29:27 +00:00
parent bddbae3886
commit cce03d663f
15 changed files with 589 additions and 222 deletions
@@ -1,7 +1,7 @@
<?php
# options.php - manually defined options for vicidial admin scripts
#
# Copyright (C) 2011 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
# Copyright (C) 2012 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
#
# rename this file to options.php for the settings here to go into effect
#
@@ -10,6 +10,7 @@
# 110307-1039 - Added upper-case/lower-case user setting
# 110708-1730 - Added precision time setting
# 120102-2112 - Added inventory_allow_realtime option
# 120213-1500 - Added option to log non-agent-API calls
#
# used by the realtime_report.php script
@@ -59,5 +60,8 @@ $TIME_agenttimedetail = 'H'; # H=hour, M=minute, S=second, HF=force hour
# used by inventory report
$inventory_allow_realtime = 0; # allow real-time report generation for inventory report
# used by non-agent-API for non-admin functions
$api_url_log = 0; # log non-agent-api calls to the vicidial_url_log
?>