From 3e6bde51d970ee2aef93ec5c6ef03e44ddd4b640 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 3 Nov 2007 11:20:52 +0000 Subject: [PATCH] PHP 5.1 --- lam/templates/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/login.php b/lam/templates/login.php index 3cc8e706..a18a600b 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -55,7 +55,7 @@ if (! function_exists('utf8_decode')) { } // check if PHP >= 5.1 if (version_compare(phpversion(), '5.1.0') < 0) { - $criticalErrors[] = array("ERROR", "LAM needs PHP 5 greater or equal as 5.2.0!", "Please upgrade your PHP installation."); + $criticalErrors[] = array("ERROR", "LAM needs PHP 5 greater or equal as 5.1.0!", "Please upgrade your PHP installation."); } // check file permissions $writableDirs = array('sess', 'tmp');