summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2011-02-23 23:54:21 +0700
committergnhb <gnoahb@gmail.com>2011-02-23 23:54:21 +0700
commit1f9d17ef8d0577f8e56d6426975823d9bc68ead2 (patch)
treec97d36e24277f07014af4f0f92bcb7bbe4ac8626 /usr
parent62ce987443811b322a4cb11011528ec9c81de582 (diff)
downloadpfsense-1f9d17ef8d0577f8e56d6426975823d9bc68ead2.zip
pfsense-1f9d17ef8d0577f8e56d6426975823d9bc68ead2.tar.gz
Revert "Prevent GUI from giving error for freeDNS service since username and password"
This reverts commit 740f745922549283e29d3d964c7a60266d7dbf0a. This is a little ugly. Let's do it a little differently.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/services_dyndns_edit.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index aa81b45..9ff0f22 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -76,10 +76,6 @@ if ($_POST) {
unset($input_errors);
$pconfig = $_POST;
- if($pconfig['type'] == "freedns") {
- $_POST['username'] = "free";
- $_POST['password'] = "dns";
- }
/* input validation */
$reqdfields = array();
@@ -110,11 +106,6 @@ if ($_POST) {
$dyndns['interface'] = $_POST['interface'];
$dyndns['descr'] = $_POST['descr'];
- if($dyndns['type'] == "freedns") {
- $dyndns['username'] = "";
- $dyndns['password'] = "";
- }
-
if (isset($id) && $a_dyndns[$id])
$a_dyndns[$id] = $dyndns;
else
@@ -196,8 +187,6 @@ include("head.inc");
<span class="red"><strong><?=gettext("Note:");?><br></strong>
</span>
<?=gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?>
- <br/>
- <?=gettext("FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided by FreeDNS.");?>
</span>
</td>
</tr>
OpenPOWER on IntegriCloud