about summary refs log tree commit diff
path: root/sourcecodes/remove_variables_processing_default.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/remove_variables_processing_default.php')
-rw-r--r--sourcecodes/remove_variables_processing_default.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/sourcecodes/remove_variables_processing_default.php b/sourcecodes/remove_variables_processing_default.php
index 90258420..3c5ffb68 100644
--- a/sourcecodes/remove_variables_processing_default.php
+++ b/sourcecodes/remove_variables_processing_default.php
@@ -7,8 +7,7 @@ function get_tier($keyval)
 
 $tier=trim($_GET['tier']);
 //$dir="./data/";
-//$dir="/tmp/bnw/";
-$dir="/var/lib/genenet/bnw/";
+$dir="/tmp/bnw/";
 $tf=$dir.$keyval."del_var.txt";
 $fpvar = fopen("$tf","w");
 
@@ -50,8 +49,7 @@ function describe_tier($fpvar,$keyval)
 
 $tierdesc=trim($_GET['tierdesc']);
 //$dir="./data/";
-//$dir="/tmp/bnw/";
-$dir="/var/lib/genenet/bnw";
+$dir="/tmp/bnw/";
 $tf=$dir.$keyval."tier.txt";
 $tier=file_get_contents("$tf");
 
@@ -195,8 +193,7 @@ if($d1!="" && $d2!="")
 
 
 //$dir="./data/";
-//$dir="/tmp/bnw/";
-$dir="/var/lib/genenet/bnw/";
+$dir="/tmp/bnw/";
 
 //$sid1=$dir.$keyval."ban";
 //$sid2=$dir.$keyval."white";
@@ -235,4 +232,4 @@ shell_exec('./run_scripts/run_del_var '.$oldkey.' '.$keyval);
 ?>
 <script>
 window.open("executionprogress.php?My_key=<?php print($keyval);?>",'_self',false);
-</script>
+</script>
\ No newline at end of file