Annotation of embedaddon/php/ext/phar/tests/files/blog.phar, revision 1.1

1.1     ! misho       1: <?php
        !             2: Phar::interceptFileFuncs();
        !             3: if(file_exists(dirname(__FILE__) . "/files/config.xml")) {
        !             4:     Phar::mount("config.xml", dirname(__FILE__) . "/files/config.xml");
        !             5: }
        !             6: Phar::webPhar("blog", "index.php");
        !             7: __HALT_COMPILER(); ?>
        !             8: ^& index.php?2I坙&install.php?2I2&<?php if (!file_exists("config.xml")) {
        !             9:        include "install.php";
        !            10:        exit;
        !            11: }
        !            12: var_dump(str_replace("\r\n", "\n", file_get_contents("config.xml")));
        !            13: ?><?php echo "install\n"; ?>0])IgF|aGBMB

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>