diff options
Diffstat (limited to 'sourcecodes/executionprogress_default.php')
| -rw-r--r-- | sourcecodes/executionprogress_default.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sourcecodes/executionprogress_default.php b/sourcecodes/executionprogress_default.php index 0cc09b81..e609bfa4 100644 --- a/sourcecodes/executionprogress_default.php +++ b/sourcecodes/executionprogress_default.php @@ -7,8 +7,7 @@ include("input_validate.php"); $keyval=valid_keyval($_GET["My_key"]); //$dir="./data/"; -//$dir="/tmp/bnw/"; -$dir="/var/lib/genenet/bnw/"; +$dir="/tmp/bnw/"; //number of parents $pfile=$dir.$keyval."parent.txt"; |
