summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-15 11:29:33 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-15 11:29:33 -0500
commit0c65f19f9d933f223438e4dba5bc5543d42139a8 (patch)
tree2d2648d1f1cdac57796eb7976d5f97cab31580e6 /src
parentc12b9bdbeeb2400ce0a995e213bfe396c163901f (diff)
downloadpfsense-0c65f19f9d933f223438e4dba5bc5543d42139a8.zip
pfsense-0c65f19f9d933f223438e4dba5bc5543d42139a8.tar.gz
Remove debug code, fix up text, vpn_pppoe_edit.php
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/vpn_pppoe_edit.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/usr/local/www/vpn_pppoe_edit.php b/src/usr/local/www/vpn_pppoe_edit.php
index 958a318..953afb0 100644
--- a/src/usr/local/www/vpn_pppoe_edit.php
+++ b/src/usr/local/www/vpn_pppoe_edit.php
@@ -313,7 +313,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Select(
'pppoe_subnet',
- 'Subnet netask',
+ 'Subnet mask',
$pconfig['pppoe_subnet'],
array_combine(range(0, 32, 1), range(0, 32, 1))
))->setHelp('Hint: 24 is 255.255.255.0');
@@ -362,7 +362,7 @@ $section->addInput(new Form_IpAddress(
$section->addInput(new Form_Checkbox(
'radiusenable',
'RADIUS',
- 'Use a Radius Server for authentication',
+ 'Use a RADIUS Server for authentication',
$pconfig['radiusenable']
))->setHelp('All users will be authenticated using the RADIUS server specified below. The local user database ' .
'will not be used');
@@ -370,7 +370,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Checkbox(
'radacct_enable',
null,
- 'Enable Radius Accounting',
+ 'Enable RADIUS Accounting',
$pconfig['radacct_enable']
))->setHelp('Sends accounting packets to the RADIUS server');
@@ -470,9 +470,6 @@ $section->addInput(new Form_Input(
$counter = 0;
$usernames = $pconfig['username'];
-//DEBUG
-$usernames = 'sbeaver:TXlQYXNzd2Q=:192.168.1.1 smith:TXlQYXNzd2Q=:192.168.2.1 sjones:TXlQYXNzd2Q=:192.168.3.1 salpha:TXlQYXNzd2Q=:192.168.4.1';
-
if($addrow)
$usernames .= ' ::';
OpenPOWER on IntegriCloud