diff options
Diffstat (limited to 'sourcecodes/upload_structure_file.php')
| -rw-r--r-- | sourcecodes/upload_structure_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/upload_structure_file.php b/sourcecodes/upload_structure_file.php index 170bcfae..9eb6694b 100644 --- a/sourcecodes/upload_structure_file.php +++ b/sourcecodes/upload_structure_file.php @@ -123,7 +123,7 @@ if($searchID!="") $fpdata = fopen($dir.$keyval."continuous_input_orig.txt","w"); fwrite($fpdata,$searchID); } - shell_exec('./run_prep_input '.$keyval); + shell_exec('./run_scripts/run_prep_input '.$keyval); ?> <ul class="navbar2"> <li><a href="net_structure.php?My_key=<?php print($keyval);?>">Upload structure file</a> |
