summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-11-28 16:51:38 -0500
committersullrich <sullrich@pfsense.org>2009-11-28 16:51:38 -0500
commit140a111d4d4111d8b2bde52c0b14ccc8bf221c49 (patch)
treeedd9fc4033a2e513f6b7b355d74023bc759622c9 /etc/phpshellsessions
parentcace2dbbff99877364b6350bd9ae4f871b02a960 (diff)
downloadpfsense-140a111d4d4111d8b2bde52c0b14ccc8bf221c49.zip
pfsense-140a111d4d4111d8b2bde52c0b14ccc8bf221c49.tar.gz
Require filter.inc and shaper.inc
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/enableallowallwan2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan
index 7232b2f..152665a 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();
OpenPOWER on IntegriCloud