diff options
-rw-r--r-- | config/snort/snort_defs.inc | 2 |
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. |