summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-25 05:44:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-25 05:44:45 +0000
commit329069c97a586743bd091273ba03ae5ef1d2ac38 (patch)
tree5bbab2950e56a651790d3f57dc45abf6e9ce2152 /usr/local
parent073abaa623141966e509424437f6d66cd20cd951 (diff)
downloadpfsense-329069c97a586743bd091273ba03ae5ef1d2ac38.zip
pfsense-329069c97a586743bd091273ba03ae5ef1d2ac38.tar.gz
Comment out the per user bw option until the kernel panics are tamed
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/services_captiveportal.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 28fde83..04c029c 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -219,9 +219,9 @@ function enable_change(enable_change) {
document.iform.radiuskey.disabled = radius_endis;
document.iform.radiuskey2.disabled = radius_endis;
document.iform.radacct_enable.disabled = radius_endis;
- document.iform.peruserbw.disabled = endis;
- document.iform.bwdefaultdn.disabled = endis;
- document.iform.bwdefaultup.disabled = endis;
+ //document.iform.peruserbw.disabled = endis;
+ //document.iform.bwdefaultdn.disabled = endis;
+ //document.iform.bwdefaultup.disabled = endis;
document.iform.reauthenticate.disabled = radius_endis;
document.iform.auth_method[0].disabled = endis;
document.iform.auth_method[1].disabled = endis;
@@ -348,6 +348,8 @@ to access after they've authenticated.</td>
This is required when the MAC address of the client cannot be determined (usually because there are routers between pfSense and the clients).
If this is enabled, RADIUS MAC authentication cannot be used.</td>
</tr>
+<?php
+/*
<tr>
<td valign="top" class="vncell">Per-user bandwidth restriction</td>
<td class="vtable">
@@ -365,6 +367,8 @@ to access after they've authenticated.</td>
<br>
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. You will <strong>need</strong> to enable the traffic shaper for this to be effective.</td>
</tr>
+*/
+?>
<tr>
<td width="22%" valign="top" class="vncell">Authentication</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud