about summary refs log tree commit diff
path: root/sourcecodes/remove_variables_processing.php
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/remove_variables_processing.php
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/remove_variables_processing.php')
-rw-r--r--sourcecodes/remove_variables_processing.php16
1 files changed, 11 insertions, 5 deletions
diff --git a/sourcecodes/remove_variables_processing.php b/sourcecodes/remove_variables_processing.php
index be2d9f5d..0a147595 100644
--- a/sourcecodes/remove_variables_processing.php
+++ b/sourcecodes/remove_variables_processing.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";
@@ -228,5 +234,5 @@ shell_exec('./run_scripts/run_del_var '.$oldkey.' '.$keyval);
 ////////////////////////////////////execute structurelearning/////////////////////////////////////////////////////////////////////////////////////////////
 ?>
 <script>
-window.open("create_tiers_gom.php?My_key=<?php print($keyval);?>",'_self',false);
-</script>
\ No newline at end of file
+window.open("create_tiers_gom_part1.php?My_key=<?php print($keyval);?>",'_self',false);
+</script>