PHP 5.1
This commit is contained in:
parent
1868edffb4
commit
3e6bde51d9
|
@ -55,7 +55,7 @@ if (! function_exists('utf8_decode')) {
|
||||||
}
|
}
|
||||||
// check if PHP >= 5.1
|
// check if PHP >= 5.1
|
||||||
if (version_compare(phpversion(), '5.1.0') < 0) {
|
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
|
// check file permissions
|
||||||
$writableDirs = array('sess', 'tmp');
|
$writableDirs = array('sess', 'tmp');
|
||||||
|
|
Loading…
Reference in New Issue