summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-05-23 22:14:30 +0000
committerErmal <eri@pfsense.org>2012-05-23 22:14:30 +0000
commit90d4bccda7706ec1484b6f42095a0adbcc2f95f8 (patch)
tree6df70d80167877f30a847079683c78355556533a /etc
parentdb461915b282c9a49db20193a6864e92f46d60e1 (diff)
downloadpfsense-90d4bccda7706ec1484b6f42095a0adbcc2f95f8.zip
pfsense-90d4bccda7706ec1484b6f42095a0adbcc2f95f8.tar.gz
Disable logging for now since it will spam every 60secs * #users
Diffstat (limited to 'etc')
-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 ed180d1..ec2ad20 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1604,7 +1604,7 @@ function captiveportal_reapply_attributes($cpentry, $attributes) {
if (!empty($commands)) {
@file_put_contents("{$g['tmp_path']}/reattribute.rule.tmp", $commands);
mwexec("/sbin/ipfw -q {$g['tmp_path']}/reattribute.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