diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php index cfe58f7268..4f0adf93e5 100755 --- a/usr/local/www/firewall_shaper_queues.php +++ b/usr/local/www/firewall_shaper_queues.php @@ -196,9 +196,10 @@ if ($_GET['act'] == "del") { - 1) { + mwexec("/usr/bin/killall -9 pfctl php"); + exit; + } + $stat_line_split = split("\|", $stats_line); $packet_sampled = intval($stat_line_split[2]); $speed = $stat_line_split[1]; $borrows = intval($stat_line_split[3]); + echo "