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
ISPConfig
ISPConfig 3
Commits
9c87a05f
Commit
9c87a05f
authored
Feb 15, 2016
by
Florian Schaal
Browse files
fixed sql-query
parent
3dded7b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
9c87a05f
...
...
@@ -263,7 +263,7 @@ class installer_base {
}
// Delete ISPConfig user in the local database, in case that it exists
$this
->
db
->
query
(
"DROP USER ?
'@'?
"
,
$conf
[
'mysql'
][
'ispconfig_user'
],
$from_host
);
$this
->
db
->
query
(
"DROP USER ?
@?
"
,
$conf
[
'mysql'
][
'ispconfig_user'
],
$from_host
);
$this
->
db
->
query
(
"DROP DATABASE IF EXISTS ?"
,
$conf
[
'mysql'
][
'database'
]);
//* Create the ISPConfig database user in the local database
...
...
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