mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 21:30:18 +02:00
Tweak on compiler.
This commit is contained in:
parent
eecf9bf4ea
commit
75a2463240
@ -29,7 +29,7 @@ class CompileCommand extends AbstractCommand
|
||||
public function run ()
|
||||
{
|
||||
if (ini_get('phar.readonly')) {
|
||||
Console::output('The <purple>php.ini</purple> variable <light_red>phar.readonly</light_red> must be enabled.', 1, 2);
|
||||
Console::output('The <purple>php.ini</purple> variable <light_red>phar.readonly</light_red> must be <yellow>Off</yellow>.', 1, 2);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user