Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
109e6c41
Commit
109e6c41
authored
Nov 24, 2016
by
Till Brehm
Browse files
Merge branch 'patch-4' into 'stable-3.1'
Fix #4339 See merge request !487
parents
56e1610b
51285df6
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/web_vhost_domain_edit.php
View file @
109e6c41
...
...
@@ -339,7 +339,7 @@ class page_action extends tform_actions {
if
(
$app
->
functions
->
intval
(
$this
->
dataRecord
[
"server_id"
])
>
0
)
{
// check if server is in client's servers or add it.
$chk_sid
=
explode
(
','
,
$client
[
'web_servers'
]);
if
(
in_array
(
$this
->
dataRecord
[
"server_id"
],
$c
lient
[
'web_servers'
]
)
==
false
)
{
if
(
in_array
(
$this
->
dataRecord
[
"server_id"
],
$c
hk_sid
)
==
false
)
{
if
(
$client
[
'web_servers'
]
!=
''
)
$client
[
'web_servers'
]
.
=
','
;
$client
[
'web_servers'
]
.
=
$app
->
functions
->
intval
(
$this
->
dataRecord
[
"server_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