tables( 'ms_global' ) as $table => $prefixed_table )
$wpdb->$table = $prefixed_table;
if ( ! network_domain_check() && ( ! defined( 'WP_ALLOW_MULTISITE' ) || ! WP_ALLOW_MULTISITE ) )
wp_die( __( 'You must define the WP_ALLOW_MULTISITE
constant as true in your wp-config.php file to allow creation of a Network.' ) );
$title = __( 'Create a Network of WordPress Sites' );
$parent_file = 'tools.php';
add_contextual_help( $current_screen, __( 'Network Settings') );
include( './admin-header.php' );
?>