diff --git a/LANG_admin.zip b/LANG_admin.zip
index d133e43..edf0eec 100644
Binary files a/LANG_admin.zip and b/LANG_admin.zip differ
diff --git a/VICIDIAL_web/admin.php b/VICIDIAL_web/admin.php
index 463aa41..43adf28 100644
--- a/VICIDIAL_web/admin.php
+++ b/VICIDIAL_web/admin.php
@@ -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_PW = ereg_replace("[^0-9a-zA-Z]","",$PHP_AUTH_PW);
$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);
$CoNfIrM = ereg_replace("[^0-9a-zA-Z]","",$CoNfIrM);
$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);
$full_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$full_name);
$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);
$script_name = ereg_replace("[^ \.\,-\_0-9a-zA-Z]","",$script_name);
$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
# 60613-1415 - Added lead recycling options to campaign detail screen
# 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
-$version = '1.1.11-12';
-$build = '60619-1523';
+$version = '1.1.12';
+$build = '60622-1216';
$STARTtime = date("U");
@@ -4509,6 +4510,7 @@ echo "Status: \n";
echo "
\n";
+echo "
\n";
diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt
index 3611ff9..30e4771 100644
--- a/docs/SCRATCH_INSTALL.txt
+++ b/docs/SCRATCH_INSTALL.txt
@@ -1422,8 +1422,8 @@ package(as of this writing it is 1.1.12)
- cd /home/cron
- mkdir astguiclient
- cd astguiclient
- - wget http://internap.dl.sourceforge.net/sourceforge/astguiclient/astguiclient_1.1.12.zip
- - unzip astguiclient_1.1.12.zip
+ - wget http://internap.dl.sourceforge.net/sourceforge/astguiclient/astguiclient_1.1.12-1.zip
+ - unzip astguiclient_1.1.12-1.zip
- chmod 0755 install_server_files.pl
- perl install_server_files.pl
- cd ../