HEX
Server: OMCnet Webserver
System: Linux www1 5.4.262-gentoo #1 SMP Wed Nov 29 13:04:24 CET 2023 x86_64
User: sigstud (30943)
PHP: 8.3.11
Disabled: openlog,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,virtual
Upload Files
File: /home/sigstud/public_html/wordpress3/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';

}