From 008eb060f776c4572bda1f7954fef3a631c598af Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 10 Apr 2001 13:17:56 +0000 Subject: [PATCH] Actually tell them what version of php to have as a minimum. --- setup/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/index.php b/setup/index.php index a95e88e7ef..bda101b5f6 100644 --- a/setup/index.php +++ b/setup/index.php @@ -61,7 +61,8 @@ $phpgw_setup->show_header($phpgw_info["setup"]["header_msg"]); 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."; + . "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."; exit; }