diff options
-rw-r--r-- | config/snort/snort_download_rules.php | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |