X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/f60fce4bd4a0cba54b686f64bc5a83eb580356f4..HEAD:/src/phar-stub.php diff --git a/src/phar-stub.php b/src/phar-stub.php index 653c0d0..5ffe5c7 100644 --- a/src/phar-stub.php +++ b/src/phar-stub.php @@ -15,7 +15,7 @@ if (!in_array('phar', stream_get_wrappers()) || !class_exists('Phar', false)) { exit(255); } -//Phar::interceptFileFuncs(); +Phar::mapPhar('shpub.phar'); set_include_path( 'phar://' . __FILE__ . PATH_SEPARATOR . 'phar://' . __FILE__ . '/lib/'