diff --git a/header.inc.php.template b/header.inc.php.template index 8596c3cdfc..ac3b5b2c38 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -81,10 +81,9 @@ \**************************************************************************/ define('PHPGW_API_INC',PHPGW_INCLUDE_ROOT.'/phpgwapi/inc'); include(PHPGW_SERVER_ROOT.'/phpgwapi/setup/setup.inc.php'); - $phpgw_info["server"]["versions"]["phpgwapi"] = $setup_info['phpgwapi']['version']; $phpgw_info['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header']; unset($setup_info); - $phpgw_info['server']['versions']['header'] = '1.14'; + $phpgw_info['server']['versions']['header'] = '1.15'; // This is a fix for NT if (!isset($phpgw_info['flags']['noapi']) || !$phpgw_info['flags']['noapi'] == True) {