X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fcheck.php;h=60ae0a8b3422ab9d6eeb4cdbccde4ef1c2d2f71d;hb=fc031e5706acf89ff21f22ca8004ddc7f9b43089;hp=90bad4a71893e97bc3b9c10d25ad72f6c604f060;hpb=e4788de51ecbf2773a043325965e10eb74b14e8f;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/check.php b/app/check.php index 90bad4a7..60ae0a8b 100644 --- a/app/check.php +++ b/app/check.php @@ -42,9 +42,9 @@ foreach ($symfonyRequirements->getRecommendations() as $req) { } if ($checkPassed) { - echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects', true); + echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects'); } else { - echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects', true); + echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects'); echo_title('Fix the following mandatory requirements', 'red');