diff options
| author | ziejd2 | 2019-01-28 16:49:27 -0600 |
|---|---|---|
| committer | ziejd2 | 2019-01-28 16:49:27 -0600 |
| commit | 7fb7f2d6df7ed81287a524e30ac3e39320c1c19a (patch) | |
| tree | ea5324014223b23e3f77fa890fb6f20032708c90 | |
| parent | 995f6673b5e725d6907ccd4f8e25033e8524f116 (diff) | |
| download | BNW-7fb7f2d6df7ed81287a524e30ac3e39320c1c19a.tar.gz | |
Updated home.php
| -rw-r--r-- | home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home.php b/home.php index fa57f67b..1858e092 100644 --- a/home.php +++ b/home.php @@ -13,7 +13,7 @@ if($str_arrmat[1]>70.0) ?> <script> -window.open("http://bnw.genenetwork.org/BNW_1.12/sourcecodes/home.php",'_self',false); +window.open("http://bnw.genenetwork.org/BNW_1.21/sourcecodes/home.php",'_self',false); </script> <?php } @@ -21,7 +21,7 @@ else { ?> <script> -window.open("http://compbio.uthsc.edu/BNW_1.12/sourcecodes/home.php",'_self',false); +window.open("http://compbio.uthsc.edu/BNW_1.21/sourcecodes/home.php",'_self',false); </script> <?php |
