aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_defs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/snort/snort_defs.inc')
-rw-r--r--config/snort/snort_defs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_defs.inc b/config/snort/snort_defs.inc
index aa4b2dc9..43ecada6 100644
--- a/config/snort/snort_defs.inc
+++ b/config/snort/snort_defs.inc
@@ -57,7 +57,7 @@ if (!defined("SNORT_SID_MODS_PATH"))
if (!defined("SNORT_IPREP_PATH"))
define("SNORT_IPREP_PATH", "{$g['vardb_path']}/snort/iprep/");
if (!defined('SNORT_APPID_ODP_PATH'))
- define('SNORT_APPID_ODP_PATH', "{$g['vardb_path']}/snort/app/");
+ define('SNORT_APPID_ODP_PATH', SNORTDIR . "/appid/");
// Rules filenames, download URLs and prefixes.
// Be sure to include the trailing backslash on URLs.