Current Path: > > home > branxxtp > mybrandnewhouse.com > > wp-admin > > network >
Operation : Linux premium107.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 : 198.54.126.246 | Your IP: 216.73.216.181 Domains : 1034 Domain(s) Permission : [ 0755 ]
| Name | Type | Size | Last Modified | Actions |
|---|---|---|---|---|
| about.php | File | 245 bytes | February 06 2020 17:03:12. | |
| admin.php | File | 1024 bytes | February 06 2020 17:03:12. | |
| contribute.php | File | 255 bytes | August 09 2023 00:47:48. | |
| credits.php | File | 249 bytes | February 06 2020 17:03:12. | |
| edit.php | File | 908 bytes | May 26 2020 19:07:10. | |
| error_log | File | 19210 bytes | February 02 2026 03:35:29. | |
| freedoms.php | File | 251 bytes | February 06 2020 17:03:12. | |
| index.php | File | 2911 bytes | July 17 2024 00:29:00. | |
| menu.php | File | 4798 bytes | April 16 2025 00:13:59. | |
| plugin-editor.php | File | 266 bytes | January 26 2022 00:38:47. | |
| plugin-install.php | File | 377 bytes | May 24 2020 18:47:10. | |
| plugins.php | File | 249 bytes | February 06 2020 17:03:12. | |
| privacy.php | File | 249 bytes | February 06 2020 17:03:12. | |
| profile.php | File | 254 bytes | February 06 2020 17:03:12. | |
| settings.php | File | 21973 bytes | April 16 2025 00:13:59. | |
| setup.php | File | 247 bytes | February 06 2020 17:03:12. | |
| site-info.php | File | 7774 bytes | July 17 2024 00:29:00. | |
| site-new.php | File | 9571 bytes | April 16 2025 00:13:59. | |
| site-settings.php | File | 5626 bytes | November 08 2023 01:38:41. | |
| site-themes.php | File | 6875 bytes | November 13 2024 01:26:42. | |
| site-users.php | File | 11289 bytes | April 16 2025 00:13:59. | |
| sites.php | File | 13571 bytes | April 16 2025 00:13:59. | |
| theme-editor.php | File | 264 bytes | January 26 2022 00:38:47. | |
| theme-install.php | File | 374 bytes | May 24 2020 18:47:10. | |
| themes.php | File | 15989 bytes | April 16 2025 00:13:59. | |
| update-core.php | File | 253 bytes | February 06 2020 17:03:12. | |
| update.php | File | 450 bytes | April 05 2020 12:32:12. | |
| upgrade.php | File | 4966 bytes | July 17 2024 00:29:00. | |
| user-edit.php | File | 253 bytes | February 06 2020 17:03:12. | |
| user-new.php | File | 5228 bytes | April 16 2025 00:13:59. | |
| users.php | File | 9494 bytes | April 16 2025 00:13:59. |
<?php
/**
* WordPress Network Administration Bootstrap
*
* @package WordPress
* @subpackage Multisite
* @since 3.1.0
*/
define( 'WP_NETWORK_ADMIN', true );
/** Load WordPress Administration Bootstrap */
require_once dirname( __DIR__ ) . '/admin.php';
// Do not remove this check. It is required by individual network admin pages.
if ( ! is_multisite() ) {
wp_die( __( 'Multisite support is not enabled.' ) );
}
$redirect_network_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 Network Admin.
*
* @since 3.2.0
*
* @param bool $redirect_network_admin_request Whether the request should be redirected.
*/
$redirect_network_admin_request = apply_filters( 'redirect_network_admin_request', $redirect_network_admin_request );
if ( $redirect_network_admin_request ) {
wp_redirect( network_admin_url() );
exit;
}
unset( $redirect_network_admin_request );
SILENT KILLER Tool