Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
53ca1199
Commit
53ca1199
authored
Nov 10, 2017
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed problem that port is shown instead of host at slave server update.
parent
0b3abd89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/update.php
install/update.php
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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