Disable logging for now since it will spam every 60secs * #users * #zones

This commit is contained in:
Ermal 2012-05-23 22:16:05 +00:00
parent 879f7db7d3
commit 79f4bb0b50

View File

@ -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);