Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp
ISPConfig 3
Commits
53ca1199
Commit
53ca1199
authored
Nov 10, 2017
by
Till Brehm
Browse files
Fixed problem that port is shown instead of host at slave server update.
parent
0b3abd89
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/update.php
View file @
53ca1199
...
...
@@ -162,7 +162,7 @@ if($conf['timezone'] == '{timezone}' or trim($conf['timezone']) == '') $conf['ti
$conf
[
'language_file_import_enabled'
]
=
(
isset
(
$conf_old
[
'language_file_import_enabled'
]))
?
$conf_old
[
'language_file_import_enabled'
]
:
true
;
if
(
isset
(
$conf_old
[
"dbmaster_host"
]))
$conf
[
"mysql"
][
"master_host"
]
=
$conf_old
[
"dbmaster_host"
];
if
(
isset
(
$conf_old
[
"dbmaster_port"
]))
$conf
[
"mysql"
][
"master_
hos
t"
]
=
$conf_old
[
"dbmaster_port"
];
if
(
isset
(
$conf_old
[
"dbmaster_port"
]))
$conf
[
"mysql"
][
"master_
por
t"
]
=
$conf_old
[
"dbmaster_port"
];
if
(
isset
(
$conf_old
[
"dbmaster_database"
]))
$conf
[
"mysql"
][
"master_database"
]
=
$conf_old
[
"dbmaster_database"
];
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"
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment