HEX
Server: Apache
System: Linux server6.e-cure.be 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: web43 (5036)
PHP: 8.2.20
Disabled: exec,passthru,phpinfo,popen,proc_open,show_source,shell,shell_exec,symlink,system
Upload Files
File: /var/www/clients/client3/web43/web/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';

}