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
48f870c5
Commit
48f870c5
authored
Sep 29, 2016
by
Till Brehm
Browse files
Merge branch 'stable-3.1' into 'stable-3.1'
truncate sys_session during update See merge request !455
parents
aeaa201b
dd349627
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/update.lib.php
View file @
48f870c5
...
...
@@ -394,6 +394,9 @@ function updateDbAndIni() {
unset
(
$old_ini_array
);
unset
(
$tpl_ini_array
);
unset
(
$new_ini
);
// Truncate sys_session
$inst
->
db
->
query
(
'TRUNCATE ??'
,
$conf
[
'mysql'
][
'database'
]
.
'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