diff options
author | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-02-26 15:01:15 +0100 |
---|---|---|
committer | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-02-26 15:01:15 +0100 |
commit | 543e0c7b560bd43e7c32cf76a6e4278fc31397a8 (patch) | |
tree | 4be870a1ffbd630923f1a717faaa57cc71abb635 | |
parent | 2d9fab88be93b2aed635eab987cd3716a1bdb579 (diff) | |
download | Shaarli-543e0c7b560bd43e7c32cf76a6e4278fc31397a8.tar.gz Shaarli-543e0c7b560bd43e7c32cf76a6e4278fc31397a8.tar.zst Shaarli-543e0c7b560bd43e7c32cf76a6e4278fc31397a8.zip |
Typo correction.
-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 | } |