mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Disable logging for now since it will spam every 60secs * #users * #zones
This commit is contained in:
parent
879f7db7d3
commit
79f4bb0b50
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user