From 27e9e518d78da992a3252349beb5ad2c8fb1bb6e Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 11 Feb 2010 21:50:22 -0500 Subject: fix text --- usr/local/www/vpn_ipsec_phase2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr') diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php index 9c99ef1..b08cb3f 100644 --- a/usr/local/www/vpn_ipsec_phase2.php +++ b/usr/local/www/vpn_ipsec_phase2.php @@ -123,7 +123,7 @@ if ($_POST) { switch ($pconfig['localid_type']) { case "network": if (!$pconfig['localid_netbits'] || !is_numeric($pconfig['localid_netbits'])) - $input_errors[] = "A valid local network bit count must be specified.."; + $input_errors[] = "A valid local network bit count must be specified."; case "address": if (!$pconfig['localid_address'] || !is_ipaddr($pconfig['localid_address'])) $input_errors[] = "A valid local network IP address must be specified."; @@ -133,7 +133,7 @@ if ($_POST) { switch ($pconfig['remoteid_type']) { case "network": if (!$pconfig['remoteid_netbits'] || !is_numeric($pconfig['remoteid_netbits'])) - $input_errors[] = "A valid remote network bit count must be specified.."; + $input_errors[] = "A valid remote network bit count must be specified."; case "address": if (!$pconfig['remoteid_address'] || !is_ipaddr($pconfig['remoteid_address'])) $input_errors[] = "A valid remote network IP address must be specified."; -- cgit v1.1