Commit dfa1082b authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) fix uninitialized issues, move single used, remove unused in filter.inc

parent 193351cf
This diff is collapsed.
......@@ -31,6 +31,12 @@
require_once("guiconfig.inc");
require_once("filter.inc");
function filter_flush_state_table()
{
return mwexec('/sbin/pfctl -F state');
}
if ($_POST) {
$savemsg = "";
if ($_POST['statetable']) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment