forked from extern/egroupware
added link to the headeradmin to the "You need to port your settings ..." message
This commit is contained in:
parent
a381073b69
commit
18d2267e78
@ -60,7 +60,7 @@
|
|||||||
/* Make sure the header.inc.php is current. */
|
/* Make sure the header.inc.php is current. */
|
||||||
if ($GLOBALS['phpgw_info']['server']['versions']['header'] < $GLOBALS['phpgw_info']['server']['versions']['current_header'])
|
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;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user