forked from extern/egroupware
Added check for older version of PHP
This commit is contained in:
parent
d08ca90692
commit
e3632ca674
@ -46,6 +46,11 @@
|
|||||||
$db->next_record();
|
$db->next_record();
|
||||||
$oldversion = $db->f("app_version");
|
$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){
|
switch($msg){
|
||||||
case "1":
|
case "1":
|
||||||
|
Loading…
Reference in New Issue
Block a user