🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 12:22:38 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-admin
/
network
📍 /home/therahul/ramailobhela.com/wp-admin/network
🔄 Refresh
✏️
Editing: update.php
Writable
<?php /** * Update/Install Plugin/Theme network administration panel. * * @package WordPress * @subpackage Multisite * @since 3.1.0 */ if ( isset( $_GET['action'] ) && in_array( $_GET['action'], array( 'update-selected', 'activate-plugin', 'update-selected-themes' ), true ) ) { define( 'IFRAME_REQUEST', true ); } /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/update.php';
💾 Save Changes
❌ Cancel