diff options
Diffstat (limited to 'sourcecodes/network_layout_inv_2.php')
| -rw-r--r-- | sourcecodes/network_layout_inv_2.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sourcecodes/network_layout_inv_2.php b/sourcecodes/network_layout_inv_2.php index c851f018..e6e9b128 100644 --- a/sourcecodes/network_layout_inv_2.php +++ b/sourcecodes/network_layout_inv_2.php @@ -27,8 +27,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); @@ -528,7 +527,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> |
