mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-27 09:48:55 +02:00
+1
-1
@@ -38,7 +38,7 @@ class Mage_Compiler
|
||||
$phar->addFromString('mage', str_replace(
|
||||
'$baseDir = dirname(dirname(__FILE__));',
|
||||
'$baseDir = __DIR__;',
|
||||
file_get_contents(__DIR__.'/../bin/mage.php')
|
||||
file_get_contents(__DIR__.'/../bin/mage')
|
||||
));
|
||||
|
||||
$phar->setStub("#!/usr/bin/env php\n<?php Phar::mapPhar('mage.phar'); require 'phar://mage.phar/mage'; __HALT_COMPILER();");
|
||||
|
||||
Reference in New Issue
Block a user