Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vojtech Myslivec
ISPConfig 3
Commits
f9fc428b
Commit
f9fc428b
authored
Mar 05, 2019
by
Till Brehm
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
soap api server bugfix See merge request
ispconfig/ispconfig3!880
parents
801e02f7
607d3643
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface/lib/classes/remote.d/server.inc.php
interface/lib/classes/remote.d/server.inc.php
+1
-1
No files found.
interface/lib/classes/remote.d/server.inc.php
View file @
f9fc428b
...
...
@@ -233,7 +233,7 @@ class remoting_server extends remoting {
$func
=
array
();
foreach
(
$all
as
$key
=>
$value
)
{
if
(
$key
===
'mirror_server_id'
||
substr
(
$key
,
-
7
)
===
'_server'
)
{
if
(
$value
==
0
||
$value
==
1
)
{
if
(
is_numeric
(
$value
)
)
{
$func
[
$key
]
=
$value
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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