mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Unlink shaper dirty flags after Apply.
This commit is contained in:
parent
0013ccf17b
commit
0df08a4108
@ -66,7 +66,9 @@ if ($_POST) {
|
||||
$savemsg = get_std_save_message($retval);
|
||||
else
|
||||
$savemsg = $retval;
|
||||
exec("rm " . $d_shaperconfdirty_path);
|
||||
|
||||
if(file_exists($d_shaperconfdirty_path))
|
||||
unlink($d_shaperconfdirty_path);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user