From 0c35070682b3a58e1c3b8b40bc1512bc72bb7676 Mon Sep 17 00:00:00 2001 From: Ermal Date: Sat, 14 Jul 2012 22:14:28 +0000 Subject: Make any errors --- config/snort/snort_check_for_rule_updates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/snort/snort_check_for_rule_updates.php') diff --git a/config/snort/snort_check_for_rule_updates.php b/config/snort/snort_check_for_rule_updates.php index 4208350f..23cdc9a7 100644 --- a/config/snort/snort_check_for_rule_updates.php +++ b/config/snort/snort_check_for_rule_updates.php @@ -197,7 +197,7 @@ if ($snortdownload == 'on') { exec("/bin/cp {$snortdir}/tmp/so_rules/precompiled/$freebsd_version_so/x86-64/{$snort_version}/* /usr/local/lib/snort/dynamicrules/"); } else $nosorules = true; - unlink("{$snortdir}/tmp/so_rules"); + @unlink("{$snortdir}/tmp/so_rules"); if ($nosorules == false) { /* extract so rules none bin and rename */ -- cgit v1.2.3