Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
10d68523
Commit
10d68523
authored
Sep 28, 2016
by
Florian Schaal
Browse files
truncate sys_session during update
parent
aeaa201b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/update.lib.php
View file @
10d68523
...
...
@@ -394,6 +394,9 @@ function updateDbAndIni() {
unset
(
$old_ini_array
);
unset
(
$tpl_ini_array
);
unset
(
$new_ini
);
// Truncate sys_session
$inst
->
db
->
query
(
"TRUNCATE sys_session"
);
}
...
...
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