From c1657d2d39aaabf3d3fc8ccc146b0e339aaf703d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Feb 2009 19:52:42 -0500 Subject: Set max_execution_time --- config/snort/snort_download_rules.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php index 7c054efc..a378a2b2 100644 --- a/config/snort/snort_download_rules.php +++ b/config/snort/snort_download_rules.php @@ -37,6 +37,10 @@ if(!$start_me_up) { require("/usr/local/pkg/snort.inc"); } +/* Allow additional execution time 0 = no limit. */ +ini_set('max_execution_time', '9999'); +ini_set('max_input_time', '9999'); + $pgtitle = "Services: Snort: Update Rules"; /* define oinkid */ -- cgit v1.2.3