| Server IP : 172.67.73.132 / Your IP : 18.97.14.84 Web Server : nginx/1.27.1 System : Linux us-west-2 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : trailblazergolf ( 2637) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v7862/trailblazergolf/public_html/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;