Changeset 617

Show
Ignore:
Timestamp:
06/30/06 08:29:07 (2 years ago)
Author:
donncha
Message:

Remove out of date message (thanks lajevardi)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/index-install.php

    r610 r617  
    199199    print "<h2>Installing WP&micro;</h2>"; 
    200200    print "<p>Please make sure <code>mod_rewrite</code> is installed as it will be activated at the end of this install.</p> 
    201         <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> 
    202         <p>WPMU <strong>must be installed in the root directory of a domain</strong>, otherwise it won't work."; 
     201        <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>"; 
    203202    if( checkdirs() == false ) { 
    204203        return false;