HEX
Server: nginx
System: Linux starseed.fr 5.10.0-26-amd64 #1 SMP Debian 5.10.197-1 (2023-09-29) x86_64
User: root (0)
PHP: 8.2.13
Disabled: NONE
Upload Files
File: /home/starseed/domains/rba.starseed.fr/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';

}