Added check for older version of PHP

This commit is contained in:
jengo 2000-10-04 19:40:09 +00:00
parent d08ca90692
commit e3632ca674

View File

@ -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":