Current Path: > home > ivftiowh > > www > wp-admin > network >
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
about.php | File | 245 bytes | August 05 2020 08:21:22. | |
admin.php | File | 1024 bytes | August 05 2020 08:21:22. | |
contribute.php | File | 255 bytes | September 13 2023 04:25:41. | |
credits.php | File | 249 bytes | August 05 2020 08:21:22. | |
edit.php | File | 908 bytes | September 13 2023 04:25:41. | |
freedoms.php | File | 251 bytes | August 05 2020 08:21:22. | |
index.php | File | 2897 bytes | September 13 2023 04:25:41. | |
menu.php | File | 4753 bytes | September 13 2023 04:25:41. | |
plugin-editor.php | File | 266 bytes | September 13 2023 04:25:41. | |
plugin-install.php | File | 377 bytes | September 13 2023 04:25:41. | |
plugins.php | File | 249 bytes | August 05 2020 08:21:22. | |
privacy.php | File | 249 bytes | August 05 2020 08:21:22. | |
profile.php | File | 254 bytes | August 05 2020 08:21:22. | |
settings.php | File | 21827 bytes | September 13 2023 04:25:41. | |
setup.php | File | 247 bytes | August 05 2020 08:21:22. | |
site-info.php | File | 7323 bytes | September 13 2023 04:25:41. | |
site-new.php | File | 9496 bytes | September 13 2023 04:25:41. | |
site-settings.php | File | 5571 bytes | September 13 2023 04:25:41. | |
site-themes.php | File | 6767 bytes | September 13 2023 04:25:41. | |
site-users.php | File | 11678 bytes | September 13 2023 04:25:41. | |
sites.php | File | 13265 bytes | September 13 2023 04:25:41. | |
theme-editor.php | File | 264 bytes | September 13 2023 04:25:41. | |
theme-install.php | File | 374 bytes | September 13 2023 04:25:41. | |
themes.php | File | 16215 bytes | September 13 2023 04:25:41. | |
update-core.php | File | 253 bytes | August 05 2020 08:21:22. | |
update.php | File | 450 bytes | September 13 2023 04:25:41. | |
upgrade.php | File | 4938 bytes | September 13 2023 04:25:41. | |
user-edit.php | File | 253 bytes | August 05 2020 08:21:22. | |
user-new.php | File | 5087 bytes | September 13 2023 04:25:41. | |
users.php | File | 9415 bytes | September 13 2023 04:25:41. |
<?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