|
Server : LiteSpeed System : Linux meridian.prostack.host 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : gapyearthebulkel ( 1168) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/gapyearthebulkel/www/wp-admin/network/ | |
|
Path: /home/gapyearthebulkel/www/wp-admin/network/plugin-install.php
Size: 377 B
Permissions: 0644
<?php
/**
* Install plugin network administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.1.0
*/
if ( isset( $_GET['tab'] ) && ( 'plugin-information' === $_GET['tab'] ) ) {
define( 'IFRAME_REQUEST', true );
}
/** Load WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';
require ABSPATH . 'wp-admin/plugin-install.php';