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
8f5e4351
Commit
8f5e4351
authored
Aug 07, 2017
by
Marius Burkard
Browse files
- fixed typo in remoting
parent
44cadc21
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/remote.d/admin.inc.php
View file @
8f5e4351
...
...
@@ -150,6 +150,7 @@ class remoting_admin extends remoting {
}
else
{
if
(
isset
(
$system_config_array
[
$section
]))
return
$system_config_array
[
$section
];
else
return
false
;
}
}
else
{
throw
new
SoapFault
(
'invalid_function_parameter'
,
'Invalid function parameter.'
);
return
false
;
...
...
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