summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-30 08:29:07 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-30 08:29:07 +0000
commit91046d263bd61bc63c06ba6b5930042e01a79bfb (patch)
treeb1c64ae40ab901a47696cee3a71f9c9c64f0e778 /index-install.php
parent612ac61042f48d88a1828f584d850e1a237dd593 (diff)
downloadwordpress-mu-91046d263bd61bc63c06ba6b5930042e01a79bfb.tar.gz
wordpress-mu-91046d263bd61bc63c06ba6b5930042e01a79bfb.tar.xz
wordpress-mu-91046d263bd61bc63c06ba6b5930042e01a79bfb.zip
Remove out of date message (thanks lajevardi)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@617 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index-install.php b/index-install.php
index 1491796..1ae6ea7 100644
--- a/index-install.php
+++ b/index-install.php
@@ -198,8 +198,7 @@ function checkdirs() {
function step1() {
print "<h2>Installing WP&micro;</h2>";
print "<p>Please make sure <code>mod_rewrite</code> is installed as it will be activated at the end of this install.</p>
- <p>If the <code>mod_rewrite</code> module 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>
- <p>WPMU <strong>must be installed in the root directory of a domain</strong>, otherwise it won't work.";
+ <p>If the <code>mod_rewrite</code> module 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;
}