Heray-Was-Here
Server : Apache
System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User : u85595692 ( 10979966)
PHP Version : 7.0.33
Disable Function : NONE
Directory :  /homepages/32/d633617231/htdocs/clickandbuilds/TheBKAgency/wp-admin/network/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /homepages/32/d633617231/htdocs/clickandbuilds/TheBKAgency/wp-admin/network/update.php
<?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' ) ) )
	define( 'IFRAME_REQUEST', true );

/** Load WordPress Administration Bootstrap */
require_once( dirname( __FILE__ ) . '/admin.php' );

if ( ! is_multisite() )
	wp_die( __( 'Multisite support is not enabled.' ) );

require( ABSPATH . 'wp-admin/update.php' );

Hry