mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 06:59:15 +00:00
if PHP_VERSION check fails, show current version
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user