summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-08-14 17:21:23 +0000
committerErmal Luçi <eri@pfsense.org>2009-08-14 17:21:23 +0000
commitb31674228c48294a0dc0f994c37ea873af8c4e4b (patch)
tree38d181099ff6cee10cd9f7c65cabce1c595fea52
parentf9f71ad37706cbe37ebc8af34aa55c029369c075 (diff)
downloadpfsense-b31674228c48294a0dc0f994c37ea873af8c4e4b.zip
pfsense-b31674228c48294a0dc0f994c37ea873af8c4e4b.tar.gz
Forgotten increase of the limit.
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 9c70d33..e6a49a7 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -958,7 +958,7 @@ function captiveportal_write_elements() {
* within the range specified based on the actual logged on users
*
*/
-function captiveportal_get_next_ipfw_ruleno($rulenos_start = 2000, $rulenos_range_max = 29899) {
+function captiveportal_get_next_ipfw_ruleno($rulenos_start = 2000, $rulenos_range_max = 49899) {
global $config, $g;
$ruleno = 0;
OpenPOWER on IntegriCloud