X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=index.php;h=9783539a21b3eca3fbd4c5a72c43d12e33a699b4;hb=83ef0ff176552e7c81435d835a520525ca0d92e6;hp=48d6927e6d63aad3e940c57f14317f94ef300039;hpb=8ba951640c3480035d15c4143d51b1b0a29f60a9;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 48d6927e..9783539a 100644 --- a/index.php +++ b/index.php @@ -10,8 +10,6 @@ * - https://github.com/sebsauvage/Shaarli * * Licence: http://www.opensource.org/licenses/zlib-license.php - * - * Requires: PHP 5.5.x */ // Set 'UTC' as the default timezone if it is not defined in php.ini @@ -86,7 +84,7 @@ use \Shaarli\Updater\Updater; // Ensure the PHP version is supported try { - ApplicationUtils::checkPHPVersion('5.5', PHP_VERSION); + ApplicationUtils::checkPHPVersion('7.1', PHP_VERSION); } catch (Exception $exc) { header('Content-Type: text/plain; charset=utf-8'); echo $exc->getMessage();