[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.135.198.82: ~ $
<?php
/**
 * WordPress Network Administration Bootstrap
 *
 * @package WordPress
 * @subpackage Multisite
 * @since 3.1.0
 */

define( 'WP_NETWORK_ADMIN', true );

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

// Do not remove this check. It is required by individual network admin pages.
if ( ! is_multisite() ) {
	wp_die( __( 'Multisite support is not enabled.' ) );
}

$redirect_network_admin_request = ( 0 !== strcasecmp( $current_blog->domain, $current_site->domain ) || 0 !== strcasecmp( $current_blog->path, $current_site->path ) );

/**
 * Filters whether to redirect the request to the Network Admin.
 *
 * @since 3.2.0
 *
 * @param bool $redirect_network_admin_request Whether the request should be redirected.
 */
$redirect_network_admin_request = apply_filters( 'redirect_network_admin_request', $redirect_network_admin_request );

if ( $redirect_network_admin_request ) {
	wp_redirect( network_admin_url() );
	exit;
}

unset( $redirect_network_admin_request );

Filemanager

Name Type Size Permission Actions
about.php File 245 B 0644
admin.php File 1 KB 0644
contribute.php File 255 B 0644
credits.php File 249 B 0644
edit.php File 908 B 0644
freedoms.php File 251 B 0644
index.php File 2.84 KB 0644
menu.php File 4.63 KB 0644
plugin-editor.php File 266 B 0644
plugin-install.php File 377 B 0644
plugins.php File 249 B 0644
privacy.php File 249 B 0644
profile.php File 254 B 0644
settings.php File 21.46 KB 0644
setup.php File 247 B 0644
site-info.php File 7.59 KB 0644
site-new.php File 9.35 KB 0644
site-settings.php File 5.49 KB 0644
site-themes.php File 6.71 KB 0644
site-users.php File 10.82 KB 0644
sites.php File 13.26 KB 0644
theme-editor.php File 264 B 0644
theme-install.php File 374 B 0644
themes.php File 15.62 KB 0644
update-core.php File 253 B 0644
update.php File 450 B 0644
upgrade.php File 4.85 KB 0644
user-edit.php File 253 B 0644
user-new.php File 5.12 KB 0644
users.php File 9.28 KB 0644