summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-05 04:41:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-05 04:41:15 +0000
commit56498d7aeff0771eb2e887791d12bba52d28afe0 (patch)
tree33617be5a7ee4cc6c5e8452d506e6ce2720a9d4e /usr/local/www/services_captiveportal.php
parent70b5a4e16ae40280a134ea6aab449a84fded3ef5 (diff)
downloadpfsense-56498d7aeff0771eb2e887791d12bba52d28afe0.zip
pfsense-56498d7aeff0771eb2e887791d12bba52d28afe0.tar.gz
Remove per user ip settings, it will not be available until 1.4.9 of lighty
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index ac0f136..9355204 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -285,17 +285,6 @@ function enable_change(enable_change) {
<td valign="top" class="vncell">Maximum concurrent connections</td>
<td class="vtable">
<table cellpadding="0" cellspacing="0">
- <tr>
- <td><input name="maxprocperip" type="text" class="formfld" id="maxprocperip" size="5" value="<?=htmlspecialchars($pconfig['maxprocperip']);?>"> per client IP address (0 = no limit)</td>
- </tr>
- <tr>
- <td><input name="maxproc" type="text" class="formfld" id="maxproc" size="5" value="<?=htmlspecialchars($pconfig['maxproc']);?>"> total</td>
- </tr>
- </table>
-This setting limits the number of concurrent connections to the captive portal HTTP(S) server. This does not set how many users can be logged in
-to the captive portal, but rather how many users can load the portal page or authenticate at the same time!
-Default is 4 connections per client IP address, with a total maximum of 16 connections.</td>
- </tr>
<tr>
<td valign="top" class="vncell">Idle timeout</td>
<td class="vtable">
OpenPOWER on IntegriCloud