HEX
Server: Apache
System: Linux blazing.cloudspk.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
User: boostonm (1007)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system,phpinfo,popen,show_source,pcntl_exec
Upload Files
File: /home/boostonm/public_html/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';

}