summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-01-12 21:02:13 +0100
committerErmal LUÇI <eri@pfsense.org>2015-01-12 21:02:13 +0100
commit1f1f2a344da1d812c771e0efbfd4e032b8eaf279 (patch)
treeacb8f3359177dd76df1b8542574873041976fa92 /etc
parentb8632324416aa319e9055cc67958eb214b2e7f0a (diff)
downloadpfsense-1f1f2a344da1d812c771e0efbfd4e032b8eaf279.zip
pfsense-1f1f2a344da1d812c771e0efbfd4e032b8eaf279.tar.gz
No need for this anymore
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index f37c5ff..ec5fc54 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -194,14 +194,6 @@ function captiveportal_configure_zone($cpcfg) {
} else
captiveportal_syslog("Reconfiguring captive portal({$cpcfg['zone']}).");
- if (is_array($cpcfg['passthrumac'])) {
- $nentries = count($cpcfg['passthrumac']);
- if ($nentries > 2000) {
- if (!set_time_limit(0))
- log_error("Execution time limit may be reached while reconfiguring zone = {$cpzone} due to many passthruogh entries!");
- }
- }
-
/* init ipfw rules */
captiveportal_init_rules(true);
@@ -389,8 +381,6 @@ EOD;
}
}
- /* XXX: Same as in rc.php_init_setup */
- set_time_limit(900);
unlock($captiveportallck);
return 0;
OpenPOWER on IntegriCloud