| Server IP : 54.64.252.99 / Your IP : 216.73.216.24 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 mod_perl/2.0.11 Perl/v5.32.1 System : Linux wolfeyes.yggcsp.com 6.1.176-221.360.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 21:15:26 UTC 2026 x86_64 User : hN5p2oAs ( 522) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/wwwusers/hN5p2oAs/www/htdocs/ |
Upload File : |
<?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';
}