summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-30 20:45:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-30 20:45:29 +0000
commit663850306cc566ca19973ec454d5cb5c653251aa (patch)
tree17984a6b95a0b91488076b7a094772a12ae92dbf /usr/local/www
parent06e69b035b5af68fc99bb7a8549439e525abe47d (diff)
downloadpfsense-663850306cc566ca19973ec454d5cb5c653251aa.zip
pfsense-663850306cc566ca19973ec454d5cb5c653251aa.tar.gz
Remoe 128 bit option
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/vpn_pppoe.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/usr/local/www/vpn_pppoe.php b/usr/local/www/vpn_pppoe.php
index 2e74d72..b0c63c4 100755
--- a/usr/local/www/vpn_pppoe.php
+++ b/usr/local/www/vpn_pppoe.php
@@ -283,16 +283,7 @@ function enable_change(enable_over) {
<tr>
<td height="16" colspan="2" valign="top"></td>
</tr>
- <tr>
- <td width="22%" valign="middle">&nbsp;</td>
- <td width="78%" class="vtable">
- <input name="req128" type="checkbox" id="req128" value="yes" <?php if ($pconfig['req128']) echo "checked"; ?>>
- <strong>Require 128-bit encryption</strong><br>
- When set, 128-bit encryption will be accepted. Otherwise,
- 40-bit and 56-bit encryption will be accepted, too. Note that
- encryption will always be forced on PPPoE connections (i.e.
- unencrypted connections will not be accepted).</td>
- </tr>
+
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
OpenPOWER on IntegriCloud