[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.189.178: ~ $
<?php
/**
 * Action handler for Multisite administration panels.
 *
 * @package WordPress
 * @subpackage Multisite
 * @since 3.0.0
 */

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

$action = ( isset( $_GET['action'] ) ) ? $_GET['action'] : '';

if ( empty( $action ) ) {
	wp_redirect( network_admin_url() );
	exit;
}

/**
 * Fires just before the action handler in several Network Admin screens.
 *
 * This hook fires on multiple screens in the Multisite Network Admin,
 * including Users, Network Settings, and Site Settings.
 *
 * @since 3.0.0
 */
do_action( 'wpmuadminedit' );

/**
 * Fires the requested handler action.
 *
 * The dynamic portion of the hook name, `$action`, refers to the name
 * of the requested action derived from the `GET` request.
 *
 * @since 3.1.0
 */
do_action( "network_admin_edit_{$action}" );

wp_redirect( network_admin_url() );
exit;

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