mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 17:28:36 +01:00
Added check for older version of PHP
This commit is contained in:
parent
d08ca90692
commit
e3632ca674
@ -47,6 +47,11 @@
|
|||||||
$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":
|
||||||
return "You have been successfully logged out";
|
return "You have been successfully logged out";
|
||||||
|
Loading…
Reference in New Issue
Block a user