diff options
Diffstat (limited to 'sourcecodes/add_evd_example.php')
| -rw-r--r-- | sourcecodes/add_evd_example.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sourcecodes/add_evd_example.php b/sourcecodes/add_evd_example.php index 1c6a8256..af97c030 100644 --- a/sourcecodes/add_evd_example.php +++ b/sourcecodes/add_evd_example.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> |
