diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-05-27 13:06:29 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-05-27 13:06:29 -0400 |
commit | 58f963d0da3eb20f17a77bcb4a0b5e881ab39008 (patch) | |
tree | dcc4e3b195a8f3879735b5fd54a26e14308774cf /usr | |
parent | f40a03a45cc5394bd61861e1dcf327befac16eee (diff) | |
download | pfsense-58f963d0da3eb20f17a77bcb4a0b5e881ab39008.zip pfsense-58f963d0da3eb20f17a77bcb4a0b5e881ab39008.tar.gz |
Clarify auth option to include Vouchers
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/services_captiveportal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index 23e6cd9..586e569 100755 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -474,7 +474,7 @@ value="<?=htmlspecialchars($pconfig['maxprocperip']);?>"> <?=gettext("per client </tr> <tr> <td colspan="2"><input name="auth_method" type="radio" id="auth_method" value="local" onClick="enable_change(false)" <?php if($pconfig['auth_method']=="local") echo "checked"; ?>> - <?=gettext("Local"); ?> <a href="system_usermanager.php"><?=gettext("User Manager"); ?></a></td> + <?=gettext("Local"); ?> <a href="system_usermanager.php"><?=gettext("User Manager"); ?></a> / <?=gettext("Vouchers"); ?></td> </tr> <tr> <td colspan="2"><input name="auth_method" type="radio" id="auth_method" value="radius" onClick="enable_change(false)" <?php if($pconfig['auth_method']=="radius") echo "checked"; ?>> |