summaryrefslogtreecommitdiffstats
path: root/wp-activate.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-23 15:55:37 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-23 15:55:37 +0000
commit0472551f330f2df86f2a49a53481eb0f3ed48f15 (patch)
tree4c84553ef1821b64efbfdc6e91f16553aacb25bf /wp-activate.php
parent655a7fc3d336fb36671e2d8ab5bda4229aecfdce (diff)
downloadwordpress-mu-0472551f330f2df86f2a49a53481eb0f3ed48f15.tar.gz
wordpress-mu-0472551f330f2df86f2a49a53481eb0f3ed48f15.tar.xz
wordpress-mu-0472551f330f2df86f2a49a53481eb0f3ed48f15.zip
Installer, signup and vhosts lookup fixes
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@593 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-activate.php')
-rw-r--r--wp-activate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-activate.php b/wp-activate.php
index f9846a8..57c3a17 100644
--- a/wp-activate.php
+++ b/wp-activate.php
@@ -68,7 +68,7 @@ form { margin-top: 2em; }
</td>
</tr>
</table>
-<h3 class="view"><?php printf(__('<a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'), $url, 'http://' . $_SERVER[ 'SERVER_NAME' ] . '/' ); ?></h3>
+<h3 class="view"><?php printf(__('<a href="%1$s">View your site</a> or <a href="%2$s">Login</a>'), $url, 'http://' . $url . '/wp-login.php' ); ?></h3>
<?php
}
}