One Hat Cyber Team
Your IP :
3.145.186.200
Server IP :
160.153.138.178
Server :
Linux 96005569-11f4-b882-3aaf-90153394995a.secureserver.net 6.1.128-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Feb 1 15:04:00 EST 2025 x86_64
Server Software :
Apache
PHP Version :
8.0.30.5
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
View File Name :
wp-blog-header.php
<?php /** * Loads the WordPress environment and template. * * @package WordPress */ if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }