From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/throttle/throttle.info | 4 ++++ modules/throttle/throttle.module | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 modules/throttle/throttle.info (limited to 'modules/throttle') diff --git a/modules/throttle/throttle.info b/modules/throttle/throttle.info new file mode 100644 index 000000000..447f17afe --- /dev/null +++ b/modules/throttle/throttle.info @@ -0,0 +1,4 @@ +; $Id$ +name = Throttle +description = Handles the auto-throttling mechanism, to control site congestion. + diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index de21c1497..9f80af747 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -133,8 +133,6 @@ function throttle_help($section) { ', array('@admin-modules' => url('admin/settings/modules'), '@admin-block' => url('admin/build/block'), '@admin-settings-throttle' => url('admin/settings/throttle'))); $output .= '

'. t('For more information please read the configuration and customization handbook Throttle page.', array('@throttle' => 'http://drupal.org/handbook/modules/throttle/')) .'

'; return $output; - case 'admin/settings/modules#description': - return t('Handles the auto-throttling mechanism, to control site congestion.'); case 'admin/settings/throttle': return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed. This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal modules to automatically optimize their performance by temporarily disabling CPU-intensive functionality.'); } -- cgit v1.2.3