Adapted the server implementation to more reusable object, added more permission control. Resolved gh-230 by adding the full shtp integration
This commit is contained in:
@ -1160,11 +1160,6 @@ class Get
|
||||
{
|
||||
// get the server protocol
|
||||
$component->{$server.'_protocol'} = ComponentbuilderHelper::getVar('server', (int) $component->{$server}, 'id', 'protocol');
|
||||
// load the FTP
|
||||
if (1 == $component->{$server.'_protocol'})
|
||||
{
|
||||
$component->{$server} = ComponentbuilderHelper::getVar('server', (int) $component->{$server}, 'id', 'signature');
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user