about summary refs log tree commit diff
path: root/sourcecodes/modified_network.php
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/modified_network.php
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/modified_network.php')
-rw-r--r--sourcecodes/modified_network.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/sourcecodes/modified_network.php b/sourcecodes/modified_network.php
index a8eabefa..35f7a54a 100644
--- a/sourcecodes/modified_network.php
+++ b/sourcecodes/modified_network.php
@@ -27,7 +27,9 @@ if($_POST["My_key"]!="")
   $keyval=valid_keyval($keyval);
 
 
-$filename = "./data/".$old_key."modify_edge.txt";
+//$filename = "./data/".$old_key."modify_edge.txt";
+//$filename = "/tmp/bnw/".$old_key."modify_edge.txt";
+$filename = "/var/lib/genenet/bnw/".$old_key."modify_edge.txt";
 
 $file = fopen($filename,'w');
 //fwrite($file,$json);