HEX
Server: Apache/2.4.29 (Ubuntu) mod_fcgid/2.3.9
System: Linux f5-php5-01 5.4.0-77-generic #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 x86_64
User: (1332)
PHP: 5.3.29
Disabled: eval,exec,passthru,shell_exec,system,proc_open,popen,show_source
Upload Files
File: /home/5_365/flickinger-bau.de/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( dirname(__FILE__) . '/wp-load.php' );

	// Set up the WordPress query.
	wp();

	// Load the theme template.
	require_once( ABSPATH . WPINC . '/template-loader.php' );

}