summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.auth-user.php
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/openvpn.auth-user.php')
-rw-r--r--etc/inc/openvpn.auth-user.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/inc/openvpn.auth-user.php b/etc/inc/openvpn.auth-user.php
index 043848d..d017c61 100644
--- a/etc/inc/openvpn.auth-user.php
+++ b/etc/inc/openvpn.auth-user.php
@@ -53,8 +53,7 @@ require_once("interfaces.inc");
* We will use our local hostname to make up the nas_id
*/
if (!function_exists("getNasID")) {
-function getNasID()
-{
+function getNasID() {
global $g;
$nasId = gethostname();
@@ -72,8 +71,7 @@ function getNasID()
*
*/
if (!function_exists("getNasIP")) {
-function getNasIP()
-{
+function getNasIP() {
$nasIp = get_interface_ip();
if (!$nasIp) {
$nasIp = "0.0.0.0";
OpenPOWER on IntegriCloud