mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"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:
parent
a1a3ed0d35
commit
9e81d70cb7
@ -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']['phpgwapi'] = $setup_info['phpgwapi']['version'];
|
||||||
$GLOBALS['egw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
|
$GLOBALS['egw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
|
||||||
unset($setup_info);
|
unset($setup_info);
|
||||||
$GLOBALS['egw_info']['server']['versions']['header'] = '1.29';
|
$GLOBALS['egw_info']['server']['versions']['header'] = '1.28';
|
||||||
|
|
||||||
// some not longer necessary defines
|
// some not longer necessary defines
|
||||||
if ($GLOBALS['egw_info']['flags']['phpgw_compatibility'])
|
if ($GLOBALS['egw_info']['flags']['phpgw_compatibility'])
|
||||||
|
Loading…
Reference in New Issue
Block a user