summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-16 12:12:16 +0100
committerGitHub <noreply@github.com>2017-03-16 12:12:16 +0100
commitae18c7110158925b72509c7bf565dcc93b397dad (patch)
tree3cf69d38228ee17988bcab7bbb131d61acdc08d1 /src/usr
parent803ca43a02863d2086f4affd8c1048c598475bf9 (diff)
downloadpfsense-ae18c7110158925b72509c7bf565dcc93b397dad.zip
pfsense-ae18c7110158925b72509c7bf565dcc93b397dad.tar.gz
Remove input validation since there is no user input here.
Diffstat (limited to 'src/usr')
-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