tbrehm
2009-09-17 ed666d97eea5af6249a175e5ac02a32ff1d21d91
Fixed: FS#883 - Webtraffic bug with 2 server in SVN Version
1 files modified
5 ■■■■■ changed files
install/update.php 5 ●●●●● patch | view | raw | blame | history
install/update.php
@@ -100,6 +100,11 @@
if(isset($conf_old["dbmaster_user"])) $conf["mysql"]["master_ispconfig_user"] = $conf_old["dbmaster_user"];
if(isset($conf_old["dbmaster_password"])) $conf["mysql"]["master_ispconfig_password"] = $conf_old["dbmaster_password"];
//* Check if this is a master / slave setup
if($conf["mysql"]["master_host"] != '' && $conf["mysql"]["host"] != $conf["mysql"]["master_host"]) {
    $conf['mysql']['master_slave_setup'] = 'y';
}
// Resolve the IP address of the mysql hostname.
if(!$conf['mysql']['ip'] = gethostbyname($conf['mysql']['host'])) die('Unable to resolve hostname'.$conf['mysql']['host']);