From 48e293a6b3d647d79b7b3ce58ab467f9c3fd6de7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 May 2008 19:17:50 +0000 Subject: - Patch #248436 by catch: fixed some bugs in the statistics module, wrote some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it. --- modules/system/system.module | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 2cc438463..0293f65bd 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -495,6 +495,13 @@ function system_menu() { 'page callback' => 'system_ip_blocking', 'access arguments' => array('block IP addresses'), ); + $items['admin/settings/ip-blocking/%'] = array( + 'title' => 'IP address blocking', + 'description' => 'Manage blocked IP addresses.', + 'page callback' => 'system_ip_blocking', + 'access arguments' => array('block IP addresses'), + 'type' => MENU_CALLBACK, + ); $items['admin/settings/ip-blocking/delete/%blocked_ip'] = array( 'title' => 'Delete IP address', 'page callback' => 'drupal_get_form', -- cgit v1.2.3