summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 9d89278a7..465f6e266 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -692,14 +692,6 @@ function system_menu() {
'access arguments' => array('block IP addresses'),
'file' => 'system.admin.inc',
);
- $items['admin/config/people/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,
- 'file' => 'system.admin.inc',
- );
$items['admin/config/people/ip-blocking/delete/%blocked_ip'] = array(
'title' => 'Delete IP address',
'page callback' => 'drupal_get_form',