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();