mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Woops, we need to show this error.
This commit is contained in:
parent
8a4b82cd14
commit
ac98c6f49f
@ -1497,8 +1497,7 @@ function generate_user_filter_rule($rule, $ngcounter) {
|
||||
if(is_file("{$g['tmp_path']}/{$gateway}_router")) {
|
||||
$return_gateway = file_get_contents("{$g['tmp_path']}/{$gateway}_router");
|
||||
} else {
|
||||
if($g['debug'])
|
||||
log_error("Could not find {$g['tmp_path']}/{$gateway}_router. Needed for dhcp gateway information");
|
||||
log_error("Could not find {$g['tmp_path']}/{$gateway}_router. Needed for dhcp gateway information");
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user