about summary refs log tree commit diff
path: root/sourcecodes/add_evd.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/add_evd.php')
-rw-r--r--sourcecodes/add_evd.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/sourcecodes/add_evd.php b/sourcecodes/add_evd.php
index 5c55f8b9..cba58632 100644
--- a/sourcecodes/add_evd.php
+++ b/sourcecodes/add_evd.php
@@ -188,15 +188,15 @@ else
 }
 
 
-  $file1="./data/".$keyval."run_evidencemodified.sh";
-  $initiallines=file_get_contents("./data/temp_evidence_file");
-  $all_lines="$initiallines"."$keyval\nfi\nexit";
+//  $file1="./data/".$keyval."run_evidencemodified.sh";
+//  $initiallines=file_get_contents("./data/temp_evidence_file");
+//  $all_lines="$initiallines"."$keyval\nfi\nexit";
    
-  $fp = fopen($file1,"w"); 
-  fwrite($fp, "$all_lines\n");
-  fclose($fp);
+//  $fp = fopen($file1,"w"); 
+//  fwrite($fp, "$all_lines\n");
+//  fclose($fp);
   //execute shell script for matlab
-  shell_exec('./runmat_evd.sh '.$keyval);
+  shell_exec('./run_octave_evd '.$keyval);
 
 ?>
 <script>