summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index-install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index-install.php b/index-install.php
index a2ccd8a..84753d9 100644
--- a/index-install.php
+++ b/index-install.php
@@ -401,6 +401,7 @@ We hope you enjoy your new weblog.
$msg = "Your new WPMU site has been created at\nhttp://{$domain}{$base}\n\nLogin details:\nUsername: admin\nPassword: $pass\nLogin: http://{$domain}{$base}wp-login.php\n";
wp_mail( $email, "Your new WPMU site is ready!", $msg, "From: wordpress@" . $_SERVER[ 'HTTP_HOST' ] );
print "<p>Congrats! Your <a href='http://{$domain}{$base}'>WPMU site</a> has been set up and you have been sent details of your login and password in an email.</p>";
+ print "<p>You can <a href='wp-login.php'>log in</a> using the username 'admin' and password '{$pass}'</p>";
}
function nowww() {