[ Avaa Bypassed ]




Upload:

Command:

www-data@3.12.165.112: ~ $
<?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.83 KB 0644
menu.php File 4.64 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.32 KB 0644
setup.php File 247 B 0644
site-info.php File 7.15 KB 0644
site-new.php File 9.27 KB 0644
site-settings.php File 5.44 KB 0644
site-themes.php File 6.61 KB 0644
site-users.php File 11.4 KB 0644
sites.php File 12.95 KB 0644
theme-editor.php File 264 B 0644
theme-install.php File 374 B 0644
themes.php File 15.83 KB 0644
update-core.php File 253 B 0644
update.php File 450 B 0644
upgrade.php File 4.82 KB 0644
user-edit.php File 253 B 0644
user-new.php File 4.97 KB 0644
users.php File 9.19 KB 0644