Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
f266c309
Commit
f266c309
authored
Feb 17, 2014
by
Marius Cramer
Browse files
Fixed bug in server_get remoting function
parent
5545f186
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/remoting.inc.php
View file @
f266c309
...
...
@@ -150,8 +150,8 @@ class remoting {
return
false
;
}
if
(
!
empty
(
$session_id
))
{
$app
->
uses
(
'remoting_lib , getconf'
);
if
(
!
empty
(
$server_id
))
{
$app
->
uses
(
'remoting_lib , getconf'
);
$section_config
=
$app
->
getconf
->
get_server_config
(
$server_id
,
$section
);
return
$section_config
;
}
else
{
...
...
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