Make WordPress Core


Ignore:
Timestamp:
03/06/2010 07:36:35 PM (15 years ago)
Author:
nacin
Message:

Move $base sanity check to from MS config template to ms-settings. see #11816

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-settings.php

    r13575 r13610  
    99 * @subpackage Multisite
    1010 */
     11
     12// $base sanity check.
     13if ( 'BASE' == $base )
     14    die( 'Configuration error in <code>wp-config.php<code>. <code>$base</code> is set to "BASE" when it should be the path like "/" or "/blogs/".' );
    1115
    1216/** Include Multisite initialization functions */
Note: See TracChangeset for help on using the changeset viewer.