Skip to content
Snippets Groups Projects
Commit dd299b26 authored by Dave Reid's avatar Dave Reid
Browse files

by Dave Reid: Removed CVS ID tags and removed files[] from flood_control.info.

parent 147c622d
Branches
Tags
No related merge requests found
<?php
// $Id$
/**
* @file
......@@ -52,7 +51,7 @@ function flood_control_settings_form() {
$form['contact']['contact_threshold_limit'] = array(
'#type' => 'select',
'#title' => t('Sending e-mails limit'),
'#options' => drupal_map_assoc(array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 30, 40, 50)),
'#options' => drupal_map_assoc(array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 30, 40, 50, 75, 100, 125, 150, 200, 250, 500)),
'#default_value' => variable_get('contact_threshold_limit', 5),
);
$form['contact']['contact_threshold_window'] = array(
......
; $Id$
name = Flood control
description = "Interface for hidden flood control options."
core = 7.x
files[] = flood_control.module
files[] = flood_control.admin.inc
configure = admin/config/system/flood-control
<?php
// $Id$
/**
* Implements hook_menu().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment