Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
9c87a05f
Commit
9c87a05f
authored
Feb 15, 2016
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed sql-query
parent
3dded7b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+1
-1
No files found.
install/lib/installer_base.lib.php
View file @
9c87a05f
...
@@ -263,7 +263,7 @@ class installer_base {
...
@@ -263,7 +263,7 @@ class installer_base {
}
}
// Delete ISPConfig user in the local database, in case that it exists
// 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'
]);
$this
->
db
->
query
(
"DROP DATABASE IF EXISTS ?"
,
$conf
[
'mysql'
][
'database'
]);
//* Create the ISPConfig database user in the local database
//* Create the ISPConfig database user in the local database
...
...
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