From 140a111d4d4111d8b2bde52c0b14ccc8bf221c49 Mon Sep 17 00:00:00 2001 From: sullrich Date: Sat, 28 Nov 2009 16:51:38 -0500 Subject: [PATCH] Require filter.inc and shaper.inc --- etc/phpshellsessions/enableallowallwan | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan index 7232b2fb3c..152665a997 100644 --- a/etc/phpshellsessions/enableallowallwan +++ b/etc/phpshellsessions/enableallowallwan @@ -1,4 +1,6 @@ global $config; +require("filter.inc"); +require("shaper.inc"); $config = parse_config(true); echo "Adding allow all rule...\n"; $filterent = array();