From 4d7609fb5fd0a3e48b05520c0dba506b43b2a88d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 11 Aug 2015 11:03:23 +0200 Subject: [PATCH] src: whitespace sweep :P --- src/www/vpn_ipsec_phase1.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/www/vpn_ipsec_phase1.php b/src/www/vpn_ipsec_phase1.php index d020f5c53..c277b812c 100644 --- a/src/www/vpn_ipsec_phase1.php +++ b/src/www/vpn_ipsec_phase1.php @@ -109,7 +109,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { $pconfig['remotebits'] = null; $pconfig['remotenet'] = null ; if (isset($a_phase1[$p1index]['remote-subnet']) && strpos($config['ipsec']['phase1'][$p1index]['remote-subnet'],'/') !== false) { - list($pconfig['remotenet'],$pconfig['remotebits']) = explode("/", $config['ipsec']['phase1'][$p1index]['remote-subnet']); + list($pconfig['remotenet'],$pconfig['remotebits']) = explode("/", $config['ipsec']['phase1'][$p1index]['remote-subnet']); } elseif (isset($config['ipsec']['phase1'][$p1index]['remote-subnet'])) { $pconfig['remotenet'] = $config['ipsec']['phase1'][$p1index]['remote-subnet']; } @@ -628,7 +628,7 @@ function dpdchkbox_change() { -