about summary refs log tree commit diff
path: root/sourcecodes/net_structure.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/net_structure.php')
-rw-r--r--sourcecodes/net_structure.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/sourcecodes/net_structure.php b/sourcecodes/net_structure.php
index ba1b9de1..ac61e143 100644
--- a/sourcecodes/net_structure.php
+++ b/sourcecodes/net_structure.php
@@ -1,6 +1,7 @@
 <?php
 include("header_new.inc");
 include("header_batchsearch.inc");
+include("input_validate.php");
 ////////////////continuous///////////////
 $searchID="";
 $UploadValue="NO";
@@ -12,7 +13,7 @@ if($_POST["My_key"]!="")
 if($_GET["My_key"]!="")
   $keyval=$_GET["My_key"];
 
-
+$keyval=valid_keyval($keyval);
 
 $sid="structure_input";
 $dir="./data/$keyval";