release 1.1.12-1
git-svn-id: svn://192.168.202.10@11 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
Binary file not shown.
@@ -365,8 +365,6 @@ $pass = ereg_replace("[^0-9a-zA-Z]","",$pass);
|
|||||||
$PHP_AUTH_USER = ereg_replace("[^0-9a-zA-Z]","",$PHP_AUTH_USER);
|
$PHP_AUTH_USER = ereg_replace("[^0-9a-zA-Z]","",$PHP_AUTH_USER);
|
||||||
$PHP_AUTH_PW = ereg_replace("[^0-9a-zA-Z]","",$PHP_AUTH_PW);
|
$PHP_AUTH_PW = ereg_replace("[^0-9a-zA-Z]","",$PHP_AUTH_PW);
|
||||||
$script_id = ereg_replace("[^0-9a-zA-Z]","",$script_id);
|
$script_id = ereg_replace("[^0-9a-zA-Z]","",$script_id);
|
||||||
$status = ereg_replace("[^0-9a-zA-Z]","",$status);
|
|
||||||
$HKstatus = ereg_replace("[^0-9a-zA-Z]","",$HKstatus);
|
|
||||||
$submit = ereg_replace("[^0-9a-zA-Z]","",$submit);
|
$submit = ereg_replace("[^0-9a-zA-Z]","",$submit);
|
||||||
$CoNfIrM = ereg_replace("[^0-9a-zA-Z]","",$CoNfIrM);
|
$CoNfIrM = ereg_replace("[^0-9a-zA-Z]","",$CoNfIrM);
|
||||||
$campaign_cid = ereg_replace("[^0-9a-zA-Z]","",$campaign_cid);
|
$campaign_cid = ereg_replace("[^0-9a-zA-Z]","",$campaign_cid);
|
||||||
@@ -415,6 +413,8 @@ $group_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$group_name);
|
|||||||
$campaign_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$campaign_name);
|
$campaign_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$campaign_name);
|
||||||
$full_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$full_name);
|
$full_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$full_name);
|
||||||
$wrapup_message = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$wrapup_message);
|
$wrapup_message = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$wrapup_message);
|
||||||
|
$status = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$status);
|
||||||
|
$HKstatus = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$HKstatus);
|
||||||
$status_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$status_name);
|
$status_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$status_name);
|
||||||
$script_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$script_name);
|
$script_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$script_name);
|
||||||
$script_comments = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$script_comments);
|
$script_comments = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$script_comments);
|
||||||
@@ -490,12 +490,13 @@ $call_time_comments = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$call_time_comments
|
|||||||
# 60609-1051 - Added add-to-dnc in LISTS section
|
# 60609-1051 - Added add-to-dnc in LISTS section
|
||||||
# 60613-1415 - Added lead recycling options to campaign detail screen
|
# 60613-1415 - Added lead recycling options to campaign detail screen
|
||||||
# 60619-1523 - Added variable filtering to eliminate SQL injection attack threat
|
# 60619-1523 - Added variable filtering to eliminate SQL injection attack threat
|
||||||
|
# 60622-1216 - Fixed HotKey addition form issues and variable filtering
|
||||||
#
|
#
|
||||||
|
|
||||||
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 8 to access this page the first time
|
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 8 to access this page the first time
|
||||||
|
|
||||||
$version = '1.1.11-12';
|
$version = '1.1.12';
|
||||||
$build = '60619-1523';
|
$build = '60622-1216';
|
||||||
|
|
||||||
$STARTtime = date("U");
|
$STARTtime = date("U");
|
||||||
|
|
||||||
@@ -4509,6 +4510,7 @@ echo "Status: <select size=1 name=HKstatus>\n";
|
|||||||
echo "$HKstatuses_list\n";
|
echo "$HKstatuses_list\n";
|
||||||
echo "</select> \n";
|
echo "</select> \n";
|
||||||
echo "<input type=submit name=submit value=ADD><BR>\n";
|
echo "<input type=submit name=submit value=ADD><BR>\n";
|
||||||
|
echo "</form><BR>\n";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1422,8 +1422,8 @@ package(as of this writing it is 1.1.12)
|
|||||||
- cd /home/cron
|
- cd /home/cron
|
||||||
- mkdir astguiclient
|
- mkdir astguiclient
|
||||||
- cd astguiclient
|
- cd astguiclient
|
||||||
- wget http://internap.dl.sourceforge.net/sourceforge/astguiclient/astguiclient_1.1.12.zip
|
- wget http://internap.dl.sourceforge.net/sourceforge/astguiclient/astguiclient_1.1.12-1.zip
|
||||||
- unzip astguiclient_1.1.12.zip
|
- unzip astguiclient_1.1.12-1.zip
|
||||||
- chmod 0755 install_server_files.pl
|
- chmod 0755 install_server_files.pl
|
||||||
- perl install_server_files.pl
|
- perl install_server_files.pl
|
||||||
- cd ../
|
- cd ../
|
||||||
|
|||||||
Reference in New Issue
Block a user