added link to the headeradmin to the "You need to port your settings ..." message

This commit is contained in:
Ralf Becker 2004-06-28 07:06:29 +00:00
parent a381073b69
commit 18d2267e78

View File

@ -60,7 +60,7 @@
/* Make sure the header.inc.php is current. */
if ($GLOBALS['phpgw_info']['server']['versions']['header'] < $GLOBALS['phpgw_info']['server']['versions']['current_header'])
{
echo '<center><b>You need to port your settings to the new header.inc.php version.</b></center>';
echo '<center><b>You need to port your settings to the new header.inc.php version by running <a href="setup/manageheader.php">setup/headeradmin</a>.</b></center>';
exit;
}