diff options
-rw-r--r-- | index.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,8 +10,6 @@ | |||
10 | * - https://github.com/sebsauvage/Shaarli | 10 | * - https://github.com/sebsauvage/Shaarli |
11 | * | 11 | * |
12 | * Licence: http://www.opensource.org/licenses/zlib-license.php | 12 | * Licence: http://www.opensource.org/licenses/zlib-license.php |
13 | * | ||
14 | * Requires: PHP 5.5.x | ||
15 | */ | 13 | */ |
16 | 14 | ||
17 | // Set 'UTC' as the default timezone if it is not defined in php.ini | 15 | // Set 'UTC' as the default timezone if it is not defined in php.ini |
@@ -86,7 +84,7 @@ use \Shaarli\Updater\Updater; | |||
86 | 84 | ||
87 | // Ensure the PHP version is supported | 85 | // Ensure the PHP version is supported |
88 | try { | 86 | try { |
89 | ApplicationUtils::checkPHPVersion('5.5', PHP_VERSION); | 87 | ApplicationUtils::checkPHPVersion('7.1', PHP_VERSION); |
90 | } catch (Exception $exc) { | 88 | } catch (Exception $exc) { |
91 | header('Content-Type: text/plain; charset=utf-8'); | 89 | header('Content-Type: text/plain; charset=utf-8'); |
92 | echo $exc->getMessage(); | 90 | echo $exc->getMessage(); |