mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/ftp-proxy: whitespace sweep
This commit is contained in:
+6
-6
@@ -56,7 +56,7 @@ class ServiceController extends ApiControllerBase
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* start a ftp-proxy process
|
||||
* @param $uuid item unique id
|
||||
@@ -77,7 +77,7 @@ class ServiceController extends ApiControllerBase
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* stop a ftp-proxy process
|
||||
* @param $uuid item unique id
|
||||
@@ -98,7 +98,7 @@ class ServiceController extends ApiControllerBase
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* restart a ftp-proxy process
|
||||
* @param $uuid item unique id
|
||||
@@ -118,7 +118,7 @@ class ServiceController extends ApiControllerBase
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* recreate configuration file from template
|
||||
* @return array
|
||||
@@ -132,7 +132,7 @@ class ServiceController extends ApiControllerBase
|
||||
$result['result'] = $this->callBackend('template');
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* reload configuration
|
||||
* @return array
|
||||
@@ -149,7 +149,7 @@ class ServiceController extends ApiControllerBase
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* call backend
|
||||
* @param action, node
|
||||
|
||||
+2
-2
@@ -249,7 +249,7 @@ class SettingsController extends ApiControllerBase
|
||||
"description"
|
||||
);
|
||||
$mdlFtpProxy = new FtpProxy();
|
||||
|
||||
|
||||
$grid = new UIModelGrid($mdlFtpProxy->ftpproxy);
|
||||
$response = $grid->fetchBindRequest(
|
||||
$this->request,
|
||||
@@ -264,7 +264,7 @@ class SettingsController extends ApiControllerBase
|
||||
continue;
|
||||
}
|
||||
$row['status'] = 2;
|
||||
|
||||
|
||||
}
|
||||
|
||||
return $response;
|
||||
|
||||
Reference in New Issue
Block a user