diff options
Diffstat (limited to 'sourcecodes/network_layout_inv.php')
| -rw-r--r-- | sourcecodes/network_layout_inv.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sourcecodes/network_layout_inv.php b/sourcecodes/network_layout_inv.php index 7442026f..d457212e 100644 --- a/sourcecodes/network_layout_inv.php +++ b/sourcecodes/network_layout_inv.php @@ -24,8 +24,7 @@ foreach($leve_l as $l) $keyval=valid_keyval($_GET["My_key"]); //$dir="./data/"; -//$dir="/tmp/bnw/"; -$dir="/var/lib/genenet/bnw/"; +$dir="/tmp/bnw/"; $lfile=$dir.$keyval."nlevels.txt"; $levelmap=file_get_contents($lfile); @@ -234,7 +233,7 @@ $nedges=$ii; <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> -<script type="text/javascript" src="https://www.google.com/jsapi"></script> +<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load('visualization', '1', {packages: ['corechart']}); </script> |
