From 7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 21 Nov 2009 19:28:00 -0500 Subject: Require filter.inc and shaper.inc --- usr/local/www/system_gateways.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/local/www/system_gateways.php') diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php index 6152300..39d6076 100755 --- a/usr/local/www/system_gateways.php +++ b/usr/local/www/system_gateways.php @@ -40,6 +40,9 @@ ##|-PRIV require("guiconfig.inc"); +require_once("functions.inc"); +require_once("filter.inc"); +require_once("shaper.inc"); $a_gateways = return_gateways_array(); $a_gateways_arr = array(); -- cgit v1.1