"setting the header-template version back to 1.28, to not force anyone to update (as long as I dont have the session encryption ready, which might require some more small fixes in the header template)"

This commit is contained in:
Ralf Becker 2008-09-23 05:51:22 +00:00
parent a1a3ed0d35
commit 9e81d70cb7

View File

@ -86,7 +86,7 @@ include(EGW_SERVER_ROOT.'/phpgwapi/setup/setup.inc.php');
$GLOBALS['egw_info']['server']['versions']['phpgwapi'] = $setup_info['phpgwapi']['version'];
$GLOBALS['egw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
unset($setup_info);
$GLOBALS['egw_info']['server']['versions']['header'] = '1.29';
$GLOBALS['egw_info']['server']['versions']['header'] = '1.28';
// some not longer necessary defines
if ($GLOBALS['egw_info']['flags']['phpgw_compatibility'])