diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort.inc | 4 | ||||
-rw-r--r-- | config/snort/snort_interfaces_edit.php | 3 |
2 files changed, 2 insertions, 5 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 diff --git a/config/snort/snort_interfaces_edit.php b/config/snort/snort_interfaces_edit.php index 667f3571..7a2e5db4 100644 --- a/config/snort/snort_interfaces_edit.php +++ b/config/snort/snort_interfaces_edit.php @@ -1,7 +1,6 @@ <?php -/* $Id$ */ /* - snort_interfaces.php + snort_interfaces_edit.php part of m0n0wall (http://m0n0.ch/wall) Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>. |