From 87345807ded8602c0266ccf9b04ea39e0f30243d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 23 Dec 2015 17:32:31 +0100 Subject: [ticket/security-188] Remove unused form key from acp_extensions SECURITY-188 --- phpBB/includes/acp/acp_extensions.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpBB/includes/acp/acp_extensions.php') diff --git a/phpBB/includes/acp/acp_extensions.php b/phpBB/includes/acp/acp_extensions.php index 0c9bc0deab..e66bd01464 100644 --- a/phpBB/includes/acp/acp_extensions.php +++ b/phpBB/includes/acp/acp_extensions.php @@ -121,8 +121,6 @@ class acp_extensions 'U_ACTION' => $this->u_action, )); - add_form_key('version_check_settings'); - $this->tpl_name = 'acp_ext_list'; break; -- cgit v1.2.1