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.php14
1 files changed, 10 insertions, 4 deletions
diff --git a/sourcecodes/remove_variables_processing_default.php b/sourcecodes/remove_variables_processing_default.php
index 255535b2..90258420 100644
--- a/sourcecodes/remove_variables_processing_default.php
+++ b/sourcecodes/remove_variables_processing_default.php
@@ -6,7 +6,9 @@ function get_tier($keyval)
 {
 
 $tier=trim($_GET['tier']);
-$dir="./data/";
+//$dir="./data/";
+//$dir="/tmp/bnw/";
+$dir="/var/lib/genenet/bnw/";
 $tf=$dir.$keyval."del_var.txt";
 $fpvar = fopen("$tf","w");
 
@@ -47,7 +49,9 @@ function describe_tier($fpvar,$keyval)
 
 
 $tierdesc=trim($_GET['tierdesc']);
-$dir="./data/";
+//$dir="./data/";
+//$dir="/tmp/bnw/";
+$dir="/var/lib/genenet/bnw";
 $tf=$dir.$keyval."tier.txt";
 $tier=file_get_contents("$tf");
 
@@ -190,7 +194,9 @@ if($d1!="" && $d2!="")
 
 
 
-$dir="./data/";
+//$dir="./data/";
+//$dir="/tmp/bnw/";
+$dir="/var/lib/genenet/bnw/";
 
 //$sid1=$dir.$keyval."ban";
 //$sid2=$dir.$keyval."white";
@@ -229,4 +235,4 @@ shell_exec('./run_scripts/run_del_var '.$oldkey.' '.$keyval);
 ?>
 <script>
 window.open("executionprogress.php?My_key=<?php print($keyval);?>",'_self',false);
-</script>
\ No newline at end of file
+</script>