summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 04:05:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 04:05:44 +0000
commit1b7c77be685f3342b02bd3304d56d8780b92e6c1 (patch)
tree3c2bc165120239ee5d97ed4e78fdcc34a5acb205 /etc
parenta2b1f0017a2213f24eae5c6e4d1070ba0c735fdd (diff)
downloadpfsense-1b7c77be685f3342b02bd3304d56d8780b92e6c1.zip
pfsense-1b7c77be685f3342b02bd3304d56d8780b92e6c1.tar.gz
Adding missing ;
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/enableallowallwan2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan
index 94f95ff..c1466ca 100644
--- a/etc/phpshellsessions/enableallowallwan
+++ b/etc/phpshellsessions/enableallowallwan
@@ -15,5 +15,5 @@ unlink_if_exists("/tmp/config.cache");
write_config("pfSsh.php added allow all wan rule");
unlink_if_exists("/tmp/config.cache");
$config = parse_config(true);
-echo "Reloading the filter configuration..."
+echo "Reloading the filter configuration...";
filter_configure_sync(); \ No newline at end of file
OpenPOWER on IntegriCloud