HEX
Server: Apache
System: Linux plorax.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
User: itmakcom (1439)
PHP: 7.4.33
Disabled: show_source, system, shell_exec, passthru, popen, proc_nice, proc_terminate, syslog, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, posix_setuid, posix_uname, socket_create, socket_create_listen
Upload Files
File: /home/itmakcom/www/wp-admin/ms-edit.php
<?php
/**
 * Action handler for Multisite administration panels.
 *
 * @package WordPress
 * @subpackage Multisite
 * @since 3.0.0
 */

require_once __DIR__ . '/admin.php';

wp_redirect( network_admin_url() );
exit;