mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
added upgrade details for the multi-domain support
This commit is contained in:
parent
78d039621e
commit
bfc91f9420
@ -47,8 +47,9 @@
|
||||
*/
|
||||
$phpgw_info["server"]["mcrypt_iv"] = "cwjasud83l;la-0d.e/lc;[-%kl)ls,lf0;sa-;921kx;90flwl,skfcujd,wsodsp";
|
||||
|
||||
/* Use this for supporting different domains using this single install */
|
||||
/* Uncomment this out and use this for supporting different domains using this single install */
|
||||
/* (ignore if you are only supporting a single domain)*/
|
||||
/*
|
||||
$phpgw_domain["domain2.com"] = array (
|
||||
"db_host" => "localhost",
|
||||
"db_name" => "phpgw_domain1",
|
||||
@ -57,12 +58,12 @@
|
||||
"db_type" => "mysql",
|
||||
"config_passwd" => "changeme"
|
||||
);
|
||||
|
||||
*/
|
||||
/**************************************************************************\
|
||||
* Do not edit these lines *
|
||||
\**************************************************************************/
|
||||
include($phpgw_info["server"]["server_root"]."/version.inc.php");
|
||||
$phpgw_info["server"]["header_version"] = "1.3";
|
||||
$phpgw_info["server"]["header_version"] = "1.4";
|
||||
if (!$phpgw_info["flags"]["noapi"] == True){
|
||||
include($phpgw_info["server"]["include_root"] . "/phpgwapi/phpgw.inc.php");
|
||||
}
|
||||
|
@ -11,5 +11,5 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info["server"]["version"] = "0.9.4pre4";
|
||||
$phpgw_info["server"]["version"] = "0.9.4pre5";
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user