From 29fe125b4a18f7107b50e54c69184c4f1777bbf6 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 14 Jan 2021 17:28:45 -0500 Subject: Add constant for PHP requirements (#3369) * Add constant for PHP requirements This new constant is used for PHP version check. This way, we won't forget to modify some part of the code base. * Remove PHP version checks Some checks were obsolete because they were checking unsupported PHP versions. --- constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.php') diff --git a/constants.php b/constants.php index 02a2cf8fa..7616195b6 100644 --- a/constants.php +++ b/constants.php @@ -2,6 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // +define('FRESHRSS_MIN_PHP_VERSION', '5.6.0'); define('FRESHRSS_VERSION', '1.17.1-dev'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3