summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_vinterface.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-14 19:14:40 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-14 19:14:40 -0400
commit7ac5a4cb18367693e0a4c576cbcd907ee7d5ad67 (patch)
treeb0a8a6eb89e7bffa911b8bf0b1cbb888195334c1 /usr/local/www/firewall_shaper_vinterface.php
parent13d193c2f742f037ff4e87e373922d8b6e7c5749 (diff)
downloadpfsense-7ac5a4cb18367693e0a4c576cbcd907ee7d5ad67.zip
pfsense-7ac5a4cb18367693e0a4c576cbcd907ee7d5ad67.tar.gz
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Diffstat (limited to 'usr/local/www/firewall_shaper_vinterface.php')
-rw-r--r--usr/local/www/firewall_shaper_vinterface.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php
index 42f263e..3a27bb5 100644
--- a/usr/local/www/firewall_shaper_vinterface.php
+++ b/usr/local/www/firewall_shaper_vinterface.php
@@ -28,6 +28,10 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ pfSense_BUILDER_BINARIES: /usr/bin/killall
+ pfSense_MODULE: shaper
+*/
##|+PRIV
##|*IDENT=page-firewall-trafficshaper-limiter
@@ -36,11 +40,11 @@
##|*MATCH=firewall_shaper_vinterface.php*
##|-PRIV
-
require("guiconfig.inc");
if($_GET['reset'] <> "") {
- mwexec("killall -9 pfctl php");
+ /* XXX: Huh, why are we killing php? */
+ mwexec("/usr/bin/killall -9 pfctl php");
exit;
}
OpenPOWER on IntegriCloud