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
lolo888
ISPConfig 3
Commits
6cecfc4a
Commit
6cecfc4a
authored
Jan 27, 2009
by
tbrehm
Browse files
Fixed: FS#477 - Problem if you have more than 9 servers
parent
3a4834ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
6cecfc4a
...
...
@@ -230,7 +230,7 @@ class installer_base {
$from_ip
=
gethostbyname
(
$conf
[
'hostname'
]);
//* username for the ispconfig user
$conf
[
'mysql'
][
'master_ispconfig_user'
]
=
'ispc
onfigserver
'
.
$conf
[
'server_id'
];
$conf
[
'mysql'
][
'master_ispconfig_user'
]
=
'ispc
srv
'
.
$conf
[
'server_id'
];
//* Delete ISPConfig user in the master database, in case that it exists
$this
->
dbmaster
->
query
(
"DELETE FROM mysql.user WHERE User = '"
.
$conf
[
'mysql'
][
'master_ispconfig_user'
]
.
"' AND Host = '"
.
$from_host
.
"';"
);
...
...
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