From 41c649df506ae9edc42a308d237751c27244c95d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 16 Jul 2005 18:31:41 +0000 Subject: Add Dynamic DNS support to IPSEC. --- usr/local/www/vpn_ipsec_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr') diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php index 9ed4b00..14991a6 100755 --- a/usr/local/www/vpn_ipsec_edit.php +++ b/usr/local/www/vpn_ipsec_edit.php @@ -174,8 +174,8 @@ if ($_POST) { } if ($_POST['p1myidentt'] == "dyn_dns") { $dyn_dns = explode("@",$_POST['p1myident']); - if (!is_domain($dyn_dns[1])) - $input_errors[] = "A valid Dynamic DNS address for 'My identifier' must be specified."; + //if (!is_domain($dyn_dns[1])) + //$input_errors[] = "A valid Dynamic DNS address for 'My identifier' must be specified."; } if ($_POST['p1myidentt'] == "myaddress") -- cgit v1.1