aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-02-26 15:01:15 +0100
committerSébastien SAUVAGE <sebsauvage@sebsauvage.net>2013-02-26 15:01:15 +0100
commit543e0c7b560bd43e7c32cf76a6e4278fc31397a8 (patch)
tree4be870a1ffbd630923f1a717faaa57cc71abb635 /index.php
parent2d9fab88be93b2aed635eab987cd3716a1bdb579 (diff)
downloadShaarli-543e0c7b560bd43e7c32cf76a6e4278fc31397a8.tar.gz
Shaarli-543e0c7b560bd43e7c32cf76a6e4278fc31397a8.tar.zst
Shaarli-543e0c7b560bd43e7c32cf76a6e4278fc31397a8.zip
Typo correction.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0253c19f..569a8bb4 100644
--- a/index.php
+++ b/index.php
@@ -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}