🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 04:17:28 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
test2.therahuldas.com
/
wp-admin
/
network
📍 /home/therahul/test2.therahuldas.com/wp-admin/network
🔄 Refresh
✏️
Editing: theme-install.php
Writable
<?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';
💾 Save Changes
❌ Cancel