Added no_empty_session_warnings as agc/options.php setting
Allowed = in get2post.php script git-svn-id: svn://192.168.202.10@2877 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ if ($qm_conf_ct > 0)
|
||||
##### END SETTINGS LOOKUP #####
|
||||
###########################################
|
||||
|
||||
$headers=preg_replace('/[^- !\$\.\_0-9a-zA-Z]/',"",$headers);
|
||||
$headers=preg_replace('/[^- !\=\$\.\_0-9a-zA-Z]/',"",$headers);
|
||||
$uniqueid=preg_replace('/[^-\.\_0-9a-zA-Z]/',"",$uniqueid);
|
||||
$type=preg_replace('/[^-\_0-9a-zA-Z]/',"",$type);
|
||||
$DB=preg_replace('/[^0-9]/',"",$DB);
|
||||
|
||||
@@ -49,6 +49,7 @@ $consult_custom_delay = '2'; # number of seconds to delay consultative transfers
|
||||
$mrglock_ig_select_ct = '4'; # number of seconds to leave in-group select screen open if agent select is disabled
|
||||
$link_to_grey_version = '1'; # show link to old grey version of agent screen at login screen, next to timeclock link
|
||||
$use_agent_colors = '1'; # agent chat colors
|
||||
$no_empty_session_warnings=0; # set to 1 to disable empty session warnings on agent screen
|
||||
|
||||
$TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen
|
||||
|
||||
|
||||
@@ -778,6 +778,7 @@ $focus_blur_enabled = '0'; # set to 1 to enable the focus/blur enter key blocki
|
||||
$consult_custom_delay = '2'; # number of seconds to delay consultative transfers when customfields are active
|
||||
$mrglock_ig_select_ct = '4'; # number of seconds to leave in-group select screen open if agent select is disabled
|
||||
$link_to_grey_version = '1'; # show link to old grey version of agent screen at login screen, next to timeclock link
|
||||
$no_empty_session_warnings=0; # set to 1 to disable empty session warnings on agent screen
|
||||
|
||||
$TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen, FOR DEBUG ONLY
|
||||
|
||||
@@ -2874,7 +2875,6 @@ else
|
||||
if (strlen($meetme_enter_login_filename) > 0)
|
||||
{$login_context = 'meetme-enter-login';}
|
||||
|
||||
$no_empty_session_warnings=0;
|
||||
if ( ($phone_login == 'nophone') or ($on_hook_agent == 'Y') )
|
||||
{
|
||||
$no_empty_session_warnings=1;
|
||||
|
||||
Reference in New Issue
Block a user