Unlink shaper dirty flags after Apply.

This commit is contained in:
Scott Ullrich 2005-02-07 20:52:33 +00:00
parent 0013ccf17b
commit 0df08a4108

View File

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