HEX
Server: Apache/2.4.62 (Rocky Linux) mod_wsgi/4.7.1 Python/3.9
System: Linux rocky9-www 5.14.0-427.18.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 27 16:35:12 UTC 2024 x86_64
User: apache (48)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: /var/www/html/Judokai.net/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';

}