From: Sébastien SAUVAGE Date: Tue, 26 Feb 2013 14:01:15 +0000 (+0100) Subject: Typo correction. X-Git-Tag: v0.0.41beta~24 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=543e0c7b560bd43e7c32cf76a6e4278fc31397a8;p=github%2Fshaarli%2FShaarli.git Typo correction. --- diff --git a/index.php b/index.php index 0253c19f..569a8bb4 100644 --- a/index.php +++ b/index.php @@ -99,7 +99,7 @@ function checkphpversion() if (version_compare(PHP_VERSION, '5.1.0') < 0) { header('Content-Type: text/plain; charset=utf-8'); - echo 'Your server supports php '.PHP_VERSION.'. Shaarli requires at last php 5.1.0, and thus cannot run. Sorry.'; + echo 'Your server supports php '.PHP_VERSION.'. Shaarli requires at least php 5.1.0, and thus cannot run. Sorry.'; exit; } }