File "ms-themes.php"

Full Path: /www/wwwroot/shphe-en.com/wp-admin/pdf-demo/js/ms-themes.php
File size: 209 bytes
MIME-type: --
Charset: utf-8

<?php
/**
 * Multisite themes administration panel.
 *
 * @package WordPress
 * @subpackage Multisite
 * @since 3.0.0
 */

require_once( './admin.php' );

wp_redirect( network_admin_url('themes.php') );
exit;