about summary refs log tree commit diff
path: root/sourcecodes/upload_structure_file.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/upload_structure_file.php')
-rw-r--r--sourcecodes/upload_structure_file.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/sourcecodes/upload_structure_file.php b/sourcecodes/upload_structure_file.php
index cb59f560..170bcfae 100644
--- a/sourcecodes/upload_structure_file.php
+++ b/sourcecodes/upload_structure_file.php
@@ -6,6 +6,8 @@
 include("header_new.inc");
 include("header_batchsearch.inc");
 include("runtime_check.php");
+include("input_validate.php");
+
 $searchID="";
 $UploadValue="NO";
 $TextFile=$HTTP_POST_FILES["MyFile"]["name"];
@@ -26,6 +28,7 @@ $keyval=$alpha;
 if($_POST["My_key"]!="")
   $keyval=$_POST["My_key"];
 
+$keyval=valid_keyval($keyval);
 
 $sid=$keyval."continuous_input";
 $dir="./data/";