about summary refs log tree commit diff
path: root/sourcecodes/add_evd_example.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/add_evd_example.php')
-rw-r--r--sourcecodes/add_evd_example.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/sourcecodes/add_evd_example.php b/sourcecodes/add_evd_example.php
index 03846663..a38d4474 100644
--- a/sourcecodes/add_evd_example.php
+++ b/sourcecodes/add_evd_example.php
@@ -2,7 +2,7 @@
 
 $keyval=trim($_GET['My_key']);
 
-include("restructuremap.php");
+//include("restructuremap.php");
 
 
 function discretemap($textdata,$sym,$dmapdata)
@@ -104,11 +104,6 @@ for($j=0;$j<$nn;$j++)
 } 
 
 $dt=$type_d[$s];
- 
-//if($dt==1)
-//   $textdata=reversemap($sym,$textdata,$keyval);
-//else
-//   $textdata=discretemap($textdata,$sym,$dmapdata);
 
 if($dt!=1)
    $textdata=discretemap($textdata,$sym,$dmapdata);
@@ -189,7 +184,7 @@ else
 
 }
 
-
+ 
 //  $file1="./data/".$keyval."run_evidencemodified.sh";
 //  $initiallines=file_get_contents("./data/temp_evidence_file");
 //  $all_lines="$initiallines"."$keyval\nfi\nexit";