Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
53ffeaa5
Commit
53ffeaa5
authored
Jul 10, 2008
by
tbrehm
Browse files
Fixed bug in log priority implementation.
parent
614365f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/update.php
View file @
53ffeaa5
...
...
@@ -82,7 +82,7 @@ $conf["mysql"]["ispconfig_user"] = $conf_old["db_user"];
$conf
[
"mysql"
][
"ispconfig_password"
]
=
$conf_old
[
"db_password"
];
$conf
[
'server_id'
]
=
$conf_old
[
"server_id"
];
$conf
[
'ispconfig_log_priority'
]
=
$conf_old
[
"
ispconfig_
log_priority"
];
$conf
[
'ispconfig_log_priority'
]
=
$conf_old
[
"log_priority"
];
$inst
=
new
installer
();
...
...
Write
Preview
Supports
Markdown
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