| Server IP : 219.84.203.146 / Your IP : 216.73.217.143 Web Server : Apache System : Linux so203-146.asiawhere.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : apgworld ( 10000) PHP Version : 8.3.30 Disable Function : exec,passthru,proc_open,shell_exec,system,popen,dl,putenv,pcntl_exec MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/apgworld.com/httpdocs/wp-admin/ |
Upload File : |
<?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;