1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Merge pull request #24 from phpbb/ticket/security-188

[ticket/security-188] Check form key in acp_bbcodes
This commit is contained in:
Joas Schilling
2016-01-09 09:13:50 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -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;