mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
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:
@ -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){
|
||||
|
Reference in New Issue
Block a user