diff options
Diffstat (limited to 'sourcecodes/graphviz_structure.php')
| -rw-r--r-- | sourcecodes/graphviz_structure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/graphviz_structure.php b/sourcecodes/graphviz_structure.php index 251c7557..c872c1fd 100644 --- a/sourcecodes/graphviz_structure.php +++ b/sourcecodes/graphviz_structure.php @@ -87,7 +87,7 @@ fclose($fp); //prepare and execute shell script for matlab with a write lock //$cmd="./runmat.sh $keyval"; //system($cmd); -shell_exec('./runmat.sh '.$keyval); +shell_exec('./run_octave '.$keyval); ?> <script> window.open("layout.php?My_key=<?php print($keyval);?>",'_self',false); |
