mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 00:48:57 +02:00
Related to #130
This commit is contained in:
@@ -28,7 +28,7 @@ class CompileCommand extends AbstractCommand
|
||||
{
|
||||
if (ini_get('phar.readonly')) {
|
||||
Console::output('The <purple>php.ini</purple> variable <light_red>phar.readonly</light_red> must be <yellow>Off</yellow>.', 1, 2);
|
||||
return 300;
|
||||
return 200;
|
||||
}
|
||||
|
||||
$compiler = new Compiler;
|
||||
|
||||
Reference in New Issue
Block a user