Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vojtech Myslivec
ISPConfig 3
Commits
607d3643
Commit
607d3643
authored
5 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
soap api server bugfix
fix invalid return of mirror id
parent
801e02f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface/lib/classes/remote.d/server.inc.php
+1
-1
1 addition, 1 deletion
interface/lib/classes/remote.d/server.inc.php
with
1 addition
and
1 deletion
interface/lib/classes/remote.d/server.inc.php
+
1
−
1
View file @
607d3643
...
...
@@ -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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment