equal
deleted
inserted
replaced
8 * @subpackage Multisite |
8 * @subpackage Multisite |
9 */ |
9 */ |
10 |
10 |
11 define( 'MS_FILES_REQUEST', true ); |
11 define( 'MS_FILES_REQUEST', true ); |
12 define( 'SHORTINIT', true ); |
12 define( 'SHORTINIT', true ); |
|
13 |
|
14 /** Load WordPress Bootstrap */ |
13 require_once dirname( __DIR__ ) . '/wp-load.php'; |
15 require_once dirname( __DIR__ ) . '/wp-load.php'; |
14 |
16 |
15 if ( ! is_multisite() ) { |
17 if ( ! is_multisite() ) { |
16 die( 'Multisite support not enabled' ); |
18 die( 'Multisite support not enabled' ); |
17 } |
19 } |