]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Typo correction.
authorSébastien SAUVAGE <sebsauvage@sebsauvage.net>
Tue, 26 Feb 2013 14:01:15 +0000 (15:01 +0100)
committerSébastien SAUVAGE <sebsauvage@sebsauvage.net>
Tue, 26 Feb 2013 14:01:15 +0000 (15:01 +0100)
index.php

index 0253c19fd0ee8d50409a30caf5b5d7f9fc0d8684..569a8bb416d3ca994046dd8a25f57168c6fef17f 100644 (file)
--- 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;
     }
 }