File "ms-themes.php"
Full Path: /home/arielcor/public_html/wp-admin-20240926110457/ms-themes.php
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Multisite themes administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.0.0
*/
require_once __DIR__ . '/admin.php';
wp_redirect( network_admin_url( 'themes.php' ) );
exit;