summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-02-20 21:40:00 +0000
committerErmal <eri@pfsense.org>2013-02-20 21:40:18 +0000
commiteed221974efafd2a926248ac1888314aaa453e43 (patch)
tree9280123196294918f05cc86fcbe7f7594c164111 /usr/local/www/services_captiveportal.php
parent9a15b8d2e9590cd3062abeb1c14903b465859cc7 (diff)
downloadpfsense-eed221974efafd2a926248ac1888314aaa453e43.zip
pfsense-eed221974efafd2a926248ac1888314aaa453e43.tar.gz
Remove unimplemented option
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 8ac50c4..3ce84b5 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -95,7 +95,6 @@ if ($a_cp[$cpzone]) {
$pconfig['freelogins_resettimeout'] = $a_cp[$cpzone]['freelogins_resettimeout'];
$pconfig['freelogins_updatetimeouts'] = isset($a_cp[$cpzone]['freelogins_updatetimeouts']);
$pconfig['enable'] = isset($a_cp[$cpzone]['enable']);
- $pconfig['pms_enabled'] = $a_cp[$cpzone]['pms_enabled'];
$pconfig['auth_method'] = $a_cp[$cpzone]['auth_method'];
$pconfig['localauth_priv'] = isset($a_cp[$cpzone]['localauth_priv']);
$pconfig['radacct_enable'] = isset($a_cp[$cpzone]['radacct_enable']);
@@ -251,10 +250,6 @@ if ($_POST) {
$newcp['enable'] = true;
else
unset($newcp['enable']);
- if ($_POST['pms_enabled'])
- $newcp['pms_enabled'] = $_POST['pms_enabled'];
- else
- unset($newcp['pms_enabled']);
$newcp['auth_method'] = $_POST['auth_method'];
$newcp['localauth_priv'] = isset($_POST['localauth_priv']);
$newcp['radacct_enable'] = $_POST['radacct_enable'] ? true : false;
@@ -577,14 +572,6 @@ function enable_change(enable_change) {
<?=gettext("If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. RADIUS can override the default settings. Leave empty or set to 0 for no limit."); ?> </td>
</tr>
<tr>
- <td valign="top" class="vncell"><?=gettext("PMS authentication"); ?> </td>
- <td class="vtable">
- <input name="pms_enabled" type="checkbox" class="formfld" id="pms_enabled" value="yes" <?php if ($pconfig['pms_enabled']) echo "checked"; ?>>
- <strong><?=gettext("Enable PMS authentication"); ?></strong><br>
- <?=gettext("If this option is set, users will be authenticated through the PMS backend if they fill the necessary information in the login page.");?>
- </td>
- </tr>
- <tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Authentication"); ?></td>
<td width="78%" class="vtable">
<table cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud