aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_ip_list_mgmt.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-09-20 13:26:37 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-09-20 13:26:37 -0400
commit433d0b37bfb7cd42145ed5c93c690896fc4944fa (patch)
tree09fd049c94775059c1b2f6f62030843beb656a99 /config/snort/snort_ip_list_mgmt.php
parent211ec39d280dcefd1a24fa875c587ed2301dadd5 (diff)
downloadpfsense-packages-433d0b37bfb7cd42145ed5c93c690896fc4944fa.tar.gz
pfsense-packages-433d0b37bfb7cd42145ed5c93c690896fc4944fa.tar.bz2
pfsense-packages-433d0b37bfb7cd42145ed5c93c690896fc4944fa.zip
Rename critical CONSTANTS so they are unique to the package.
Diffstat (limited to 'config/snort/snort_ip_list_mgmt.php')
-rw-r--r--config/snort/snort_ip_list_mgmt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_ip_list_mgmt.php b/config/snort/snort_ip_list_mgmt.php
index 4fa09b83..8311ea1c 100644
--- a/config/snort/snort_ip_list_mgmt.php
+++ b/config/snort/snort_ip_list_mgmt.php
@@ -43,7 +43,7 @@ if (!is_array($config['installedpackages']['snortglobal']['rule']))
// Hard-code the path where IP Lists are stored
// and disregard any user-supplied path element.
-$iprep_path = IPREP_PATH;
+$iprep_path = SNORT_IPREP_PATH;
// Set default to not show IP List editor controls
$iplist_edit_style = "display: none;";