aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_extensions.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-12-23 17:32:31 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-12-23 17:32:31 +0100
commit87345807ded8602c0266ccf9b04ea39e0f30243d (patch)
tree56d45abacc46d41ff6a4315a8d347482b4003eb4 /phpBB/includes/acp/acp_extensions.php
parent18abef716ecf42a35416444f3f84f5459d573789 (diff)
downloadforums-87345807ded8602c0266ccf9b04ea39e0f30243d.tar
forums-87345807ded8602c0266ccf9b04ea39e0f30243d.tar.gz
forums-87345807ded8602c0266ccf9b04ea39e0f30243d.tar.bz2
forums-87345807ded8602c0266ccf9b04ea39e0f30243d.tar.xz
forums-87345807ded8602c0266ccf9b04ea39e0f30243d.zip
[ticket/security-188] Remove unused form key from acp_extensions
SECURITY-188
Diffstat (limited to 'phpBB/includes/acp/acp_extensions.php')
-rw-r--r--phpBB/includes/acp/acp_extensions.php2
1 files changed, 0 insertions, 2 deletions
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;