From 033a3126b538ac5c95841589c47d1a1a3cdd6d3e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 9 Nov 2008 04:09:57 +0000 Subject: $config needs to be a global --- etc/phpshellsessions/enableallowallwan | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/phpshellsessions') diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan index ddf8039..38210fd 100644 --- a/etc/phpshellsessions/enableallowallwan +++ b/etc/phpshellsessions/enableallowallwan @@ -1,3 +1,4 @@ +global $config; $config = parse_config(true); echo "Adding allow all rule...\n"; $filterent = array(); -- cgit v1.1