From bb9d93322abf825368dedaafc2376ef8fdfc1e2f Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Mon, 28 Jan 2019 16:31:54 -0600 Subject: Jan 28 2019 update --- sourcecodes/upload_structure_file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sourcecodes/upload_structure_file.php') 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); ?>