mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 06:31:59 +01:00
Change to phpversion()
This commit is contained in:
parent
ac37f5b6da
commit
f79ab9c194
@ -59,7 +59,7 @@
|
|||||||
/* Display code */
|
/* Display code */
|
||||||
|
|
||||||
$phpgw_setup->show_header($phpgw_info["setup"]["header_msg"]);
|
$phpgw_setup->show_header($phpgw_info["setup"]["header_msg"]);
|
||||||
if (PHP_VERSION < "3.0.16") {
|
if (phpversion() < "3.0.16") {
|
||||||
echo "You appear to be running an old version of PHP. It its recommend that you upgrade "
|
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."
|
. "to a new version. Older version of PHP might not run phpGroupWare correctly, if at all."
|
||||||
. "Please upgrade to at least version 3.0.16.";
|
. "Please upgrade to at least version 3.0.16.";
|
||||||
|
Loading…
Reference in New Issue
Block a user