summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-12-14 19:20:39 +0000
committerErmal <eri@pfsense.org>2013-12-14 19:20:55 +0000
commit4aea91d808a12b8bbdcbded370b525e7ac292a47 (patch)
treebfd8008ce0f7aa3b19ec29998b958f9b9ef9bf4d /usr/local/www/firewall_shaper_queues.php
parentda49fd899695b7d860ef3b938064eedbb2b995de (diff)
downloadpfsense-4aea91d808a12b8bbdcbded370b525e7ac292a47.zip
pfsense-4aea91d808a12b8bbdcbded370b525e7ac292a47.tar.gz
Switch to php-fpm for lighty and check_reload_status will use it. Step by step will migrate the other calls
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index f8ee5b6..db93524 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -46,7 +46,7 @@ require_once("shaper.inc");
require_once("rrd.inc");
if($_GET['reset'] <> "") {
- mwexec("killall -9 pfctl php");
+ mwexec("killall -9 pfctl");
exit;
}
OpenPOWER on IntegriCloud