diff options
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/captiveportal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 9fff606..94c4dd8 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -198,7 +198,7 @@ function captiveportal_configure_zone($cpcfg) { $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 passthrugh entries!"); + log_error("Execution time limit may be reached while reconfiguring zone = {$cpzone} due to many passthrough entries!"); } } |