From f7a61b47dadc60197f6970ca2ca2f5b6d7b6bf8d Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Thu, 18 Dec 2014 21:35:55 -0500 Subject: Remove obsolete validation check. --- config/snort/snort_interfaces_global.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'config/snort') diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index d816284a..6c1d56ac 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -89,9 +89,6 @@ if ($_POST['snortdownload'] == "on" && empty($_POST['oinkmastercode'])) if ($_POST['emergingthreats_pro'] == "on" && empty($_POST['etpro_code'])) $input_errors[] = "You must supply a subscription code in the box provided in order to enable Emerging Threats Pro rules!"; -if ($_POST['openappid_detectors'] == "on" && empty($_POST['openappid_dnload_url'])) - $input_errors[] = "You must supply a download URL in the box provided in order to enable OpenAppID detectors!"; - /* if no errors move foward with save */ if (!$input_errors) { if ($_POST["save"]) { -- cgit v1.2.3