about summary refs log tree commit diff
path: root/sourcecodes/graphviz_structure.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/graphviz_structure.php')
-rw-r--r--sourcecodes/graphviz_structure.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/sourcecodes/graphviz_structure.php b/sourcecodes/graphviz_structure.php
index c872c1fd..2e39e268 100644
--- a/sourcecodes/graphviz_structure.php
+++ b/sourcecodes/graphviz_structure.php
@@ -17,7 +17,8 @@ function calcHeight()
 
 <?php 
 include("header_new.inc");
-$keyval=$_GET["My_key"];
+include("input_validate.php");
+$keyval=valid_keyval($_GET["My_key"]);
 
 /////////////////////////////////structure matrix//////////////////////////////////////////////////////////