Skip to content

Commit 2b5fb46

Browse files
author
Till Brehm
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents a8267b2 + 48f870c commit 2b5fb46

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

install/lib/update.lib.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ function updateDbAndIni() {
394394
unset($old_ini_array);
395395
unset($tpl_ini_array);
396396
unset($new_ini);
397+
398+
// Truncate sys_session
399+
$inst->db->query('TRUNCATE ??', $conf['mysql']['database'].'sys_session');
397400
}
398401

399402

interface/web/sites/templates/web_childdomain_advanced.htm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ <h1><tmpl_var name="list_head_txt"></h1>
77
<legend>Options</legend>
88
<div class="form-group proxy">
99
<label for="proxy_directives" class="col-sm-3 control-label">{tmpl_var name='proxy_directives_txt'}</label>
10-
<div class="col-sm-9"><textarea class="form-control" name="proxy_directives" id="proxy_directives" rows='10' cols='50'>{tmpl_var name='proxy_directives'}</textarea></div>&nbsp;<b>{tmpl_var name="available_proxy_directive_snippets_txt"}</b><br><br>&nbsp;{tmpl_var name="proxy_directive_snippets_txt"}
11-
</div>
12-
10+
<div class="col-sm-9"><textarea class="form-control" name="proxy_directives" id="proxy_directives" rows='10' cols='50'>{tmpl_var name='proxy_directives'}</textarea>&nbsp;<b>{tmpl_var name="available_proxy_directive_snippets_txt"}</b><br><br>&nbsp;{tmpl_var name="proxy_directive_snippets_txt"}
11+
</div></div>
1312

1413
<input type="hidden" name="id" value="{tmpl_var name='id'}">
1514

0 commit comments

Comments
 (0)