aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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}