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/modified_network.php | |
| parent | a2b306b10fb07f07c63235861ccfe460153e8609 (diff) | |
| download | BNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz | |
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/modified_network.php')
| -rw-r--r-- | sourcecodes/modified_network.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sourcecodes/modified_network.php b/sourcecodes/modified_network.php index 35f7a54a..9f38335c 100644 --- a/sourcecodes/modified_network.php +++ b/sourcecodes/modified_network.php @@ -28,8 +28,7 @@ if($_POST["My_key"]!="") //$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"; +$filename = "/tmp/bnw/".$old_key."modify_edge.txt"; $file = fopen($filename,'w'); //fwrite($file,$json); |
