X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bin%2Fsymfony_requirements;fp=bin%2Fsymfony_requirements;h=8825a964676ae774fab136ca2670799ec64a415d;hb=19738973056d027ebe6e55a97c181279b6ad2f60;hp=7cd559a4517cb0c85fcca8ef3d81b7a143f98f5a;hpb=51cbc2ebfe28435c62c2ce43eeb32bb6668a3833;p=github%2Fwallabag%2Fwallabag.git diff --git a/bin/symfony_requirements b/bin/symfony_requirements index 7cd559a4..8825a964 100755 --- a/bin/symfony_requirements +++ b/bin/symfony_requirements @@ -13,7 +13,7 @@ echo '> PHP is using the following php.ini file:'.PHP_EOL; if ($iniPath) { echo_style('green', ' '.$iniPath); } else { - echo_style('warning', ' WARNING: No configuration file (php.ini) used by PHP!'); + echo_style('yellow', ' WARNING: No configuration file (php.ini) used by PHP!'); } echo PHP_EOL.PHP_EOL;