From dedb8affa21ae0d89e4d23e09cd6690260a743cf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 25 Sep 2006 03:17:47 +0000 Subject: * Misc cleanups * Make sure temporary directory exists * Remove temporary directory when done --- packages/snort/snort_download_rules.php | 38 ++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/packages/snort/snort_download_rules.php b/packages/snort/snort_download_rules.php index 322e3f5e..7abfe448 100644 --- a/packages/snort/snort_download_rules.php +++ b/packages/snort/snort_download_rules.php @@ -2,9 +2,7 @@ /* snort_download_rules.php part of pfSense (http://www.pfsense.com) - - Copyright (C) 2005 Scott Ullrich and Colin Smith - + Copyright (C) 2005 Scott Ullrich All rights reserved. Redistribution and use in source and binary forms, with or without @@ -28,8 +26,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - TODO: - * modify pfSense.com XMLRPC server to return md5 hashes of firmware updates. */ $pgtitle = array(gettext("Services"),gettext("Snort"),gettext("Update Rules")); @@ -74,7 +70,7 @@ include("head.inc");