HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux f108.f108jp9943.info 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64
User: u0006276 (1069)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,mail
Upload Files
File: /home/u0006276/public_html/u0006276/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';

}