H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
mrygdas
/
wp-admin
/
network
/
Nama File / Folder
Size
Action
credits.php
0.243KB
Hapus
Edit
Rename
freedoms.php
0.245KB
Hapus
Edit
Rename
profile.php
0.248KB
Hapus
Edit
Rename
theme-install.php
0.365KB
Hapus
Edit
Rename
themes.php
15.614KB
Hapus
Edit
Rename
<?php /** * Install theme network administration panel. * * @package WordPress * @subpackage Multisite * @since 3.1.0 */ if ( isset( $_GET['tab'] ) && ( 'theme-information' === $_GET['tab'] ) ) { define( 'IFRAME_REQUEST', true ); } /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/theme-install.php';