summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-19 18:03:07 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-19 22:16:35 -0400
commit58ed68e5af116e4f38af7b7d089f770b5f087c45 (patch)
treea27c08764b98db2a0c5c1a682820642d7b5caa2c /etc/phpshellsessions
parent04b4f4e3b526f9b98432a227500e40c3f1fdf14e (diff)
downloadpfsense-58ed68e5af116e4f38af7b7d089f770b5f087c45.zip
pfsense-58ed68e5af116e4f38af7b7d089f770b5f087c45.tar.gz
Fix typo
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/enableallowallwan2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan
index fa72aa9..7232b2f 100644
--- a/etc/phpshellsessions/enableallowallwan
+++ b/etc/phpshellsessions/enableallowallwan
@@ -15,7 +15,7 @@ unset($config["interfaces"]["wan"]["blockpriv"]);
unlink_if_exists("/tmp/config.cache");
write_config("pfSsh.php added allow all wan rule");
unlink_if_exists("/tmp/config.cache");
-unset(unset($config['interfaces']['wan']['blockbogons']);
+unset($config['interfaces']['wan']['blockbogons']);
$config = parse_config(true);
echo "Reloading the filter configuration...";
filter_configure_sync();
OpenPOWER on IntegriCloud