summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-03-20 09:53:20 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-03-20 09:53:20 -0400
commit0d49c91269f0161940e784fcd925bd3b73aa93c5 (patch)
treea3034f87fe778f6df0b692a50aef0e248da6785b /src/usr/local/www
parent44baf8038141606afb5fb289600dac8f55c15f21 (diff)
parentae18c7110158925b72509c7bf565dcc93b397dad (diff)
downloadpfsense-0d49c91269f0161940e784fcd925bd3b73aa93c5.zip
pfsense-0d49c91269f0161940e784fcd925bd3b73aa93c5.tar.gz
Merge pull request #3648 from doktornotor/patch-30
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/interfaces_ppps_edit.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/local/www/interfaces_ppps_edit.php b/src/usr/local/www/interfaces_ppps_edit.php
index c772637..be1fa84 100644
--- a/src/usr/local/www/interfaces_ppps_edit.php
+++ b/src/usr/local/www/interfaces_ppps_edit.php
@@ -241,9 +241,6 @@ if ($_POST['save']) {
if ($_POST['type'] == "ppp" && count($_POST['interfaces']) > 1) {
$input_errors[] = gettext("Multilink connections (MLPPP) using the PPP link type is not currently supported. Please select only one Link Interface.");
}
- if ($_POST['provider'] && !is_domain($_POST['provider'])) {
- $input_errors[] = gettext("The Service name contains invalid characters.");
- }
if ($_POST['provider'] && $_POST['null_service']) {
$input_errors[] = gettext("Do not specify both a Service name and a NULL Service name.");
}
@@ -1235,4 +1232,3 @@ events.push(function() {
<?php
include("foot.inc");
-
OpenPOWER on IntegriCloud