about summary refs log tree commit diff
path: root/sourcecodes/executionprogress.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/executionprogress.php')
-rw-r--r--sourcecodes/executionprogress.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/sourcecodes/executionprogress.php b/sourcecodes/executionprogress.php
index 7c5d3163..c50a8c83 100644
--- a/sourcecodes/executionprogress.php
+++ b/sourcecodes/executionprogress.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";