summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-05-23 22:16:05 +0000
committerErmal <eri@pfsense.org>2012-05-23 22:16:05 +0000
commit79f4bb0b505c2be34a75c768a48760abe3f8d14d (patch)
tree7b6c92dfce2f9acb82bd28747126720ee3be7140 /etc/inc
parent879f7db7d3accad37d8e8e182a9dd22d0c3f8ae8 (diff)
downloadpfsense-79f4bb0b505c2be34a75c768a48760abe3f8d14d.zip
pfsense-79f4bb0b505c2be34a75c768a48760abe3f8d14d.tar.gz
Disable logging for now since it will spam every 60secs * #users * #zones
Diffstat (limited to 'etc/inc')
-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 2436695..85e1721 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1717,7 +1717,7 @@ function captiveportal_reapply_attributes($cpentry, $attributes) {
@file_put_contents("{$g['tmp_path']}/reattribute{$cpzone}.rule.tmp", $commands);
captiveportal_ipfw_set_context($cpzone);
mwexec("/sbin/ipfw -q {$g['tmp_path']}/reattribute{$cpzone}.rule.tmp");
- captiveportal_logportalauth($cpentry[4], $cpentry[3], $cpentry[2], "RADIUS_BANDWIDTH_REAPPLY", "{$bw_up}/{$bw_down}");
+ //captiveportal_logportalauth($cpentry[4], $cpentry[3], $cpentry[2], "RADIUS_BANDWIDTH_REAPPLY", "{$bw_up}/{$bw_down}");
}
unset($bw_up_pipeno, $bw_Down_pipeno, $bw_up, $bw_down);
OpenPOWER on IntegriCloud