mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
whitespace
This commit is contained in:
parent
9904a1da4c
commit
5dda9e5452
@ -181,7 +181,6 @@ class ExportController extends ApiControllerBase
|
||||
*/
|
||||
public function providersAction()
|
||||
{
|
||||
|
||||
$result = array();
|
||||
foreach ($this->openvpnServers() as $server) {
|
||||
$vpnid = (string)$server->vpnid;
|
||||
@ -205,7 +204,6 @@ class ExportController extends ApiControllerBase
|
||||
public function accountsAction($vpnid)
|
||||
{
|
||||
$result = array();
|
||||
|
||||
$server = $this->findServer($vpnid);
|
||||
if ($server !== null) {
|
||||
// collect certificates for this server's ca
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user