mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Added check for older version of PHP
This commit is contained in:
parent
d08ca90692
commit
e3632ca674
@ -46,6 +46,11 @@
|
||||
$db->next_record();
|
||||
$oldversion = $db->f("app_version");
|
||||
}
|
||||
|
||||
if (PHP_VERSION < "3.0.16") {
|
||||
echo "You appear to be running an old version of PHP. It its recommend that you upgrade "
|
||||
. "to a new version. Older version of PHP might not run phpGroupWare correctly, if at all.";
|
||||
}
|
||||
|
||||
switch($msg){
|
||||
case "1":
|
||||
|
Loading…
Reference in New Issue
Block a user