diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-05 04:41:58 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-05 04:41:58 +0000 |
commit | 2a041aa9ac1c0f42924283e14e6a4261186101e7 (patch) | |
tree | 8557703fb655cb55542578b5801363e9bf45118d /usr | |
parent | 56498d7aeff0771eb2e887791d12bba52d28afe0 (diff) | |
download | pfsense-2a041aa9ac1c0f42924283e14e6a4261186101e7.zip pfsense-2a041aa9ac1c0f42924283e14e6a4261186101e7.tar.gz |
Remove per user ip settings, it will not be available until 1.4.9 of lighty
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/services_captiveportal.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index 9355204..de002a1 100755 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -282,10 +282,6 @@ function enable_change(enable_change) { <span class="vexpl">Choose which interface to run the captive portal on.</span></td> </tr> <tr> - <td valign="top" class="vncell">Maximum concurrent connections</td> - <td class="vtable"> - <table cellpadding="0" cellspacing="0"> - <tr> <td valign="top" class="vncell">Idle timeout</td> <td class="vtable"> <input name="idletimeout" type="text" class="formfld" id="idletimeout" size="6" value="<?=htmlspecialchars($pconfig['idletimeout']);?>"> |