diff options
| author | ziejd2 | 2021-10-11 16:59:05 -0500 |
|---|---|---|
| committer | GitHub | 2021-10-11 16:59:05 -0500 |
| commit | 86a54e08446339ce2f980cd5b538ce1868bcbccb (patch) | |
| tree | df4439109353ce4046b38cf7aacc63dc6b00441f | |
| parent | dbfe0876ddef7aa6c0c3c2bff95ad6c5274462dd (diff) | |
| download | BNW-86a54e08446339ce2f980cd5b538ce1868bcbccb.tar.gz | |
Update home.php
| -rw-r--r-- | home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home.php b/home.php index 898865ca..ac59ad02 100644 --- a/home.php +++ b/home.php @@ -13,7 +13,7 @@ if($str_arrmat[1]>70.0) ?> <script> -window.open("http://bnw-test.genenetwork.org",'_self',false); +window.open("http://bnw.genenetwork.org",'_self',false); </script> <?php } @@ -21,7 +21,7 @@ else { ?> <script> -window.open("http://compbio.uthsc.edu/BNW_1.31/sourcecodes/home.php",'_self',false); +window.open("http://bnw.genenetwork.org",'_self',false); </script> <?php |
