<?php if(file_exists(dirname(__FILE__) . "/files/config.xml")) {
    Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
}
Phar::webPhar("blog", "index.php");
__HALT_COMPILER(); ?>
^                  	   index.phpv   7Hv   r%         install.php   7H   2      <?php if (!file_exists("config.xml")) {
	include "install.php";
	exit;
}
var_dump(file_get_contents("config.xml"));
?><?php echo "install\n"; ?>}L+xQ   GBMB