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