diff --git a/phpBB/modcp.php b/phpBB/modcp.php index f1decb7d14..416a44a5cb 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -115,7 +115,6 @@ include($phpbb_root_path . 'includes/page_header.'.$phpEx); $template->set_filenames(array( "body" => "modcp_body.tpl", "confirm" => "confirm_body.tpl", - "viewip" => "modcp_viewip.tpl", "split_body" => "split_body.tpl") );