summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-28 16:55:49 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-28 16:55:49 +0000
commit24a23f0662e41700d278bff73a7805b9ac01a730 (patch)
tree9f854a58347ab94c98bf7a3b8527af81f6e83a30 /index.php
parent1adef8cbfb6d065714d7cd26926b2d9c3c1bdde6 (diff)
downloadwordpress-mu-24a23f0662e41700d278bff73a7805b9ac01a730.tar.gz
wordpress-mu-24a23f0662e41700d278bff73a7805b9ac01a730.tar.xz
wordpress-mu-24a23f0662e41700d278bff73a7805b9ac01a730.zip
Changed message
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@97 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 3b4b26c..83362ce 100644
--- a/index.php
+++ b/index.php
@@ -202,8 +202,8 @@ function checkdirs() {
}
function step1() {
- print "You're probably seeing this message because you're installing WPMU!<br><br>";
- print "If it's already installed, then <b>mod_rewrite</b> is disabled. Ask your administrator to enable that module, or look at the <a href='http://httpd.apache.org/docs/mod/mod_rewrite.html'>Apache documentation</a> or <a href='http://www.google.com/search?q=apache+mod_rewrite'>elsewhere</a> for help setting it up.<br><br>";
+ print "<h1>Welcome to WPMU</h1>";
+ print "<p>Please make sure mod_rewrite is installed as it will be activated at the end of this install.</p><p>If mod_rewrite is disabled ask your administrator to enable that module, or look at the <a href='http://httpd.apache.org/docs/mod/mod_rewrite.html'>Apache documentation</a> or <a href='http://www.google.com/search?q=apache+mod_rewrite'>elsewhere</a> for help setting it up.</p>";
if( checkdirs() == false ) {
return false;
}