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
2b5fb460
Commit
2b5fb460
authored
Sep 29, 2016
by
Till Brehm
Browse files
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
parents
a8267b28
48f870c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/lib/update.lib.php
View file @
2b5fb460
...
...
@@ -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'
);
}
...
...
interface/web/sites/templates/web_childdomain_advanced.htm
View file @
2b5fb460
...
...
@@ -7,9 +7,8 @@
<legend>
Options
</legend>
<div
class=
"form-group proxy"
>
<label
for=
"proxy_directives"
class=
"col-sm-3 control-label"
>
{tmpl_var name='proxy_directives_txt'}
</label>
<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>
<b>
{tmpl_var name="available_proxy_directive_snippets_txt"}
</b><br><br>
{tmpl_var name="proxy_directive_snippets_txt"}
</div>
<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>
<b>
{tmpl_var name="available_proxy_directive_snippets_txt"}
</b><br><br>
{tmpl_var name="proxy_directive_snippets_txt"}
</div></div>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
...
...
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