added upgrade details for the multi-domain support

This commit is contained in:
seek3r 2000-11-21 18:04:19 +00:00
parent 78d039621e
commit bfc91f9420
2 changed files with 5 additions and 4 deletions

View File

@ -47,8 +47,9 @@
*/ */
$phpgw_info["server"]["mcrypt_iv"] = "cwjasud83l;la-0d.e/lc;[-%kl)ls,lf0;sa-;921kx;90flwl,skfcujd,wsodsp"; $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)*/ /* (ignore if you are only supporting a single domain)*/
/*
$phpgw_domain["domain2.com"] = array ( $phpgw_domain["domain2.com"] = array (
"db_host" => "localhost", "db_host" => "localhost",
"db_name" => "phpgw_domain1", "db_name" => "phpgw_domain1",
@ -57,12 +58,12 @@
"db_type" => "mysql", "db_type" => "mysql",
"config_passwd" => "changeme" "config_passwd" => "changeme"
); );
*/
/**************************************************************************\ /**************************************************************************\
* Do not edit these lines * * Do not edit these lines *
\**************************************************************************/ \**************************************************************************/
include($phpgw_info["server"]["server_root"]."/version.inc.php"); 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){ if (!$phpgw_info["flags"]["noapi"] == True){
include($phpgw_info["server"]["include_root"] . "/phpgwapi/phpgw.inc.php"); include($phpgw_info["server"]["include_root"] . "/phpgwapi/phpgw.inc.php");
} }

View File

@ -11,5 +11,5 @@
/* $Id$ */ /* $Id$ */
$phpgw_info["server"]["version"] = "0.9.4pre4"; $phpgw_info["server"]["version"] = "0.9.4pre5";
?> ?>