From 91046d263bd61bc63c06ba6b5930042e01a79bfb Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 30 Jun 2006 08:29:07 +0000 Subject: Remove out of date message (thanks lajevardi) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@617 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- index-install.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'index-install.php') 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 "

Installing WPµ

"; print "

Please make sure mod_rewrite is installed as it will be activated at the end of this install.

-

If the mod_rewrite module is disabled ask your administrator to enable that module, or look at the Apache documentation or elsewhere for help setting it up.

-

WPMU must be installed in the root directory of a domain, otherwise it won't work."; +

If the mod_rewrite module is disabled ask your administrator to enable that module, or look at the Apache documentation or elsewhere for help setting it up.

"; if( checkdirs() == false ) { return false; } -- cgit