aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/check.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-07 22:20:30 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-12 09:01:29 +0200
commit2686457448372543fdf4f1fc54c4fd20f0f02c2c (patch)
tree485eeecc3bd3db3613d47de25662d5c9163e4afe /app/check.php
parentfedaf005377e6d62ff0986f7f54afef3287a6451 (diff)
downloadwallabag-2686457448372543fdf4f1fc54c4fd20f0f02c2c.tar.gz
wallabag-2686457448372543fdf4f1fc54c4fd20f0f02c2c.tar.zst
wallabag-2686457448372543fdf4f1fc54c4fd20f0f02c2c.zip
store estimated reading time / filters on reading time
Diffstat (limited to 'app/check.php')
-rw-r--r--app/check.php4
1 files changed, 2 insertions, 2 deletions
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) {
42} 42}
43 43
44if ($checkPassed) { 44if ($checkPassed) {
45 echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects', true); 45 echo_block('success', 'OK', 'Your system is ready to run Symfony2 projects');
46} else { 46} else {
47 echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects', true); 47 echo_block('error', 'ERROR', 'Your system is not ready to run Symfony2 projects');
48 48
49 echo_title('Fix the following mandatory requirements', 'red'); 49 echo_title('Fix the following mandatory requirements', 'red');
50 50