aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/snort/snort.inc')
-rw-r--r--config/snort/snort.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index 79d4cde8..280a1022 100644
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -1,5 +1,4 @@
<?php
-/* $Id$ */
/*
snort.inc
Copyright (C) 2006 Scott Ullrich
@@ -38,7 +37,7 @@ require_once("functions.inc");
require_once("filter.inc");
/* package version */
-$snort_package_version = 'Snort 2.8.6.1 pkg v. 1.34';
+$snort_package_version = 'Snort 2.8.6.1 pkg v. 2.0';
/* Allow additional execution time 0 = no limit. */
ini_set('max_execution_time', '9999');
@@ -51,7 +50,6 @@ else
$config['installedpackages']['snortglobal'] = array();
/* find out if were in 1.2.3-RELEASE */
-$pfsense_ver_chk = trim(file_get_contents("/etc/version"), " \n");
if (intval($config['version']) > 6)
$snort_pfsense_basever = 'no';
else