diff options
| author | ziejd2 | 2021-02-24 15:19:03 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 15:19:03 -0600 |
| commit | 1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch) | |
| tree | d4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/remove_variables_processing.php | |
| parent | a2b306b10fb07f07c63235861ccfe460153e8609 (diff) | |
| download | BNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz | |
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/remove_variables_processing.php')
| -rw-r--r-- | sourcecodes/remove_variables_processing.php | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sourcecodes/remove_variables_processing.php b/sourcecodes/remove_variables_processing.php index 0a147595..1d3aba2c 100644 --- a/sourcecodes/remove_variables_processing.php +++ b/sourcecodes/remove_variables_processing.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("create_tiers_gom_part1.php?My_key=<?php print($keyval);?>",'_self',false); -</script> +</script> \ No newline at end of file |
