1<?php if(file_exists(dirname(__FILE__) . "/files/config.xml")) { 2 Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml"); 3} 4Phar::webPhar("blog", "index.php"); 5__HALT_COMPILER(); ?> 6^ index.phpv�7Hvr�%��install.php�7H2���<?php if (!file_exists("config.xml")) { 7 include "install.php"; 8 exit; 9} 10var_dump(file_get_contents("config.xml")); 11?><?php echo "install\n"; ?>�}L�+����x��Q�GBMB