]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
php: remove trailing whitespaces
[tt-rss.git] / include / sanity_check.php
index 8f75217560d2cd70decb47e57a0efe0ec990cc6e..460bd0ba70d614ecba77d507ae544f0b35b9f0b3 100755 (executable)
@@ -47,7 +47,7 @@
                        }
 
                        if (version_compare(PHP_VERSION, '5.6.0', '<')) {
-                               array_push($errors, "PHP version 5.6.0 or newer required.");
+                               array_push($errors, "PHP version 5.6.0 or newer required. You're using " . PHP_VERSION . ".");
                        }
 
                        if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) {