Added LOGINvar variables, and options.php $INSERT_ variables to vicidial.php

git-svn-id: svn://192.168.202.10@2930 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-02-24 19:44:02 +00:00
parent 95398b8268
commit 5ced3f68bc
3 changed files with 131 additions and 8 deletions
+8 -1
View File
@@ -1,7 +1,7 @@
<?php
# options.php - manually defined options for vicidial.php
#
# Copyright (C) 2016 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
# Copyright (C) 2018 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
#
# rename this file to options.php for the settings here to go into effect
#
@@ -13,6 +13,7 @@
# 131121-1719 - Fixed defaults mismatched, HKuser_level and FORM_COLOR
# 160619-1010 - Added link_to_grey_version option
# 160910-1317 - Added use_agent_colors option
# 180223-1657 - Added $INSERT_ variables
#
$conf_silent_prefix = '5'; # vicidial_conferences prefix to enter silently and muted for recording
@@ -74,4 +75,10 @@ $win_valid_name = 'subwindow_launch'; # only window name to allow if validatio
# $webphone_pad = 0; # set the table cellpadding for the webphone
# $webphone_location = 'bar'; # set the location on the agent screen 'right' or 'bar'
$INSERT_head_script = ''; # inserted right above the <script language="Javascript"> line after logging in
$INSERT_head_js = ''; # inserted after first javascript function
$INSERT_window_onload = ''; # inserted within the onload function
$INSERT_agent_events = ''; # inserted within the agent_events function
?>