diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ function checkphpversion() | |||
99 | if (version_compare(PHP_VERSION, '5.1.0') < 0) | 99 | if (version_compare(PHP_VERSION, '5.1.0') < 0) |
100 | { | 100 | { |
101 | header('Content-Type: text/plain; charset=utf-8'); | 101 | header('Content-Type: text/plain; charset=utf-8'); |
102 | echo 'Your server supports php '.PHP_VERSION.'. Shaarli requires at last php 5.1.0, and thus cannot run. Sorry.'; | 102 | echo 'Your server supports php '.PHP_VERSION.'. Shaarli requires at least php 5.1.0, and thus cannot run. Sorry.'; |
103 | exit; | 103 | exit; |
104 | } | 104 | } |
105 | } | 105 | } |