Typo correction.
This commit is contained in:
parent
2d9fab88be
commit
543e0c7b56
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue