summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 03:20:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 03:20:43 +0000
commit02e5eefffd5a7a31898ff0b787f9f3e3c8878c9b (patch)
tree44087a5e18234d8110dcb1c8bfa35c1e2abb4faa /usr/local/www/firewall_shaper_queues.php
parentff0e10d856d1381ed90dbe4fb700075449b71433 (diff)
downloadpfsense-02e5eefffd5a7a31898ff0b787f9f3e3c8878c9b.zip
pfsense-02e5eefffd5a7a31898ff0b787f9f3e3c8878c9b.tar.gz
Kill pfctl during redirect
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index 951488f..b30683e 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -239,12 +239,8 @@ While(!Connection_Aborted()) {
if($counter > 100) {
echo "Redirecting to <a href=\"firewall_shaper_queues.php\">Firewall Shaper Queues</a>.<p>";
echo "<meta http-equiv=\"refresh\" content=\"1;url=firewall_shaper_queues.php\">";
- exit;
- }
-
- if(Connection_Aborted()) {
mwexec("/usr/bin/killall -9 pfctl");
- mwexec("/usr/bin/killall -9 php");
+ exit;
}
}
OpenPOWER on IntegriCloud