Revision f8c2f4f5
Added by Scott Ullrich about 20 years ago
usr/local/www/status_queues.php | ||
---|---|---|
31 | 31 |
require("guiconfig.inc"); |
32 | 32 |
|
33 | 33 |
if($_GET['reset'] <> "") { |
34 |
mwexec("killall -9 pfctl php"); |
|
34 |
mwexec("killall -9 pfctl pfctl"); |
|
35 |
Header("Location: status_queues.php"); |
|
35 | 36 |
exit; |
36 | 37 |
} |
37 | 38 |
|
Also available in: Unified diff
Killall -9 pfctl then redirect back to status_queues.php