Changeset 13610
- Timestamp:
- 03/06/2010 07:36:35 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/wp-config.ms
r13568 r13610 78 78 define ('WPLANG', ''); 79 79 80 // double check $base81 if( $base == 'BASE' )82 die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );83 84 80 // uncomment this to enable WP_CONTENT_DIR/sunrise.php support 85 81 //define( 'SUNRISE', 'on' ); -
trunk/wp-includes/ms-settings.php
r13575 r13610 9 9 * @subpackage Multisite 10 10 */ 11 12 // $base sanity check. 13 if ( '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/".' ); 11 15 12 16 /** Include Multisite initialization functions */
Note: See TracChangeset
for help on using the changeset viewer.