diff options
| author | ziejd2 | 2019-01-28 16:31:54 -0600 |
|---|---|---|
| committer | ziejd2 | 2019-01-28 16:31:54 -0600 |
| commit | bb9d93322abf825368dedaafc2376ef8fdfc1e2f (patch) | |
| tree | 10b9b3dd405d8a73aa4784e313525159cade3f3b /sourcecodes/upload_structure_file.php | |
| parent | c4949358bfeecdac35802f8369f4f97a21e5fddb (diff) | |
| download | BNW-bb9d93322abf825368dedaafc2376ef8fdfc1e2f.tar.gz | |
Jan 28 2019 update
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> |
