Had to add one more variable back to make the new header template work

This commit is contained in:
Miles Lott
2001-05-30 08:56:01 +00:00
parent c4972fd5b3
commit d4cb332f25
3 changed files with 12 additions and 10 deletions

View File

@ -81,9 +81,10 @@
\**************************************************************************/
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.13';
$phpgw_info['server']['versions']['header'] = '1.14';
// This is a fix for NT
if (!isset($phpgw_info['flags']['noapi']) || !$phpgw_info['flags']['noapi'] == True)
{