File "freedoms.php"

Full Path: /home/raylsmit/public_html/biblestoday/wp-admin/network/freedoms.php
File size: 310 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Network Freedoms administration panel.
 *
 * @package WordPress
 * @subpackage Multisite
 * @since 3.4.0
 */

/** Load WordPress Administration Bootstrap */
require_once( './admin.php' );

if ( ! is_multisite() )
	wp_die( __( 'Multisite support is not enabled.' ) );

require( '../freedoms.php' );