Added user_case option to options.php for admin Agent report use

git-svn-id: svn://192.168.202.10@1616 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2011-03-07 16:13:52 +00:00
parent f97e9f5901
commit e73bfa8540
2 changed files with 23 additions and 6 deletions
@@ -1,12 +1,13 @@
<?php
# options.php - manually defined options for vicidial admin scripts
#
# Copyright (C) 2010 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
# Copyright (C) 2011 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
#
# rename this file to options.php for the settings here to go into effect
#
# CHANGELOG
# 101216-1043 - First Build
# 110307-1039 - Added upper-case/lower-case user setting
#
# used by the realtime_report.php script
@@ -44,4 +45,7 @@ $RS_CUSTPHONEdisplay = 0; # 0=no, 1=yes
$RS_PAUSEcodes = 'N';
$RS_with_inbound = 'Y';
# used by agent reports
$user_case = 0; # 1=upper-case, 2-lower-case, 0-no-case-change
?>