summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php4
1 files changed, 2 insertions, 2 deletions
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")
OpenPOWER on IntegriCloud