aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-01-19 23:06:54 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2014-01-19 23:06:54 -0500
commit19016394152847b136ca0a1c02f498fa04ddba51 (patch)
tree2ed21c5532284304dc0e90545a2d72fb4c007ef5 /config/snort/snort_post_install.php
parente0c80e78f616b11c327188e8908731d85eb199fe (diff)
downloadpfsense-packages-19016394152847b136ca0a1c02f498fa04ddba51.tar.gz
pfsense-packages-19016394152847b136ca0a1c02f498fa04ddba51.tar.bz2
pfsense-packages-19016394152847b136ca0a1c02f498fa04ddba51.zip
Tidy up syntax to match other include file calls.
Diffstat (limited to 'config/snort/snort_post_install.php')
-rw-r--r--config/snort/snort_post_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php
index 003628be..bfb7bb9c 100644
--- a/config/snort/snort_post_install.php
+++ b/config/snort/snort_post_install.php
@@ -1409,7 +1409,7 @@ if ($config['installedpackages']['snortglobal']['forcekeepsettings'] == 'on') {
update_output_window(gettext("Please wait... downloading and updating configured rule types..."));
if ($pkg_interface <> "console")
$snort_gui_include = true;
- include "/usr/local/pkg/snort/snort_check_for_rule_updates.php";
+ include("/usr/local/pkg/snort/snort_check_for_rule_updates.php");
update_status(gettext("Generating snort.conf configuration file from saved settings..."));
$rebuild_rules = true;