changed the format for the version flags so that each app can have their own app version dumped into the new array

This commit is contained in:
seek3r
2000-12-21 20:43:26 +00:00
parent ae23b3fc29
commit 55b0109618
12 changed files with 28 additions and 28 deletions

View File

@ -48,7 +48,7 @@
/* This is used to control mcrypt's use */
$phpgw_info["server"]["mcrypt_enabled"] = __ENABLE_MCRYPT__;
/* Set this to "old" for versions < 2.4, otherwise the exact mcrypt version you use. */
$phpgw_info["server"]["mcrypt_version"] = "__MCRYPT_VERSION__";
$phpgw_info["server"]["versions"]["mcrypt"] = "__MCRYPT_VERSION__";
/* This is a random string used as the initilazation vector for mcrypt
feel free to change it when setting up phpgroupware on a clean database,
@ -80,7 +80,7 @@
\**************************************************************************/
$phpgw_info["server"]["api_inc"] = $phpgw_info["server"]["include_root"]."/phpgwapi/inc";
include($phpgw_info["server"]["server_root"]."/version.inc.php");
$phpgw_info["server"]["header_version"] = "1.7";
$phpgw_info["server"]["versions"]["header"] = "1.8";
// This is a fix for NT
if (!isset($phpgw_info["flags"]["noapi"]) ||
!$phpgw_info["flags"]["noapi"] == True){