mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
src: style sweep
This commit is contained in:
parent
c3d96426a3
commit
2a970b568a
@ -1244,7 +1244,7 @@ function is_URL($url)
|
||||
return false;
|
||||
}
|
||||
|
||||
function get_staticroutes($returnsubnetsonly=false)
|
||||
function get_staticroutes($returnsubnetsonly = false)
|
||||
{
|
||||
global $aliastable;
|
||||
|
||||
|
||||
@ -263,7 +263,7 @@ class TunnelController extends ApiControllerBase
|
||||
}
|
||||
} else {
|
||||
// Unsupported algorithm, will be ignored
|
||||
$ph2proposal .= "!!". (string)$node->name;
|
||||
$ph2proposal .= "!!" . (string)$node->name;
|
||||
}
|
||||
}
|
||||
$ph2proposal .= " + ";
|
||||
|
||||
@ -35,7 +35,7 @@ require_once("guiconfig.inc");
|
||||
require_once("interfaces.inc");
|
||||
require_once("plugins.inc.d/openvpn.inc");
|
||||
|
||||
function kill_client($port, $client=null)
|
||||
function kill_client($port, $client = null)
|
||||
{
|
||||
$tcpsrv = "unix:///var/etc/openvpn/{$port}.sock";
|
||||
$errval = '';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user