1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[ticket/14789] Remove obsolete check_form_key() and add missing hashes

PHPBB3-14789
This commit is contained in:
Marc Alexander
2016-09-30 23:26:04 +01:00
parent 88d7c4fe57
commit 4e5f29a21b
2 changed files with 8 additions and 7 deletions

View File

@@ -233,11 +233,6 @@ class acp_database
$file = request_var('file', '');
$download = request_var('download', '');
if (!check_form_key($form_key))
{
trigger_error($user->lang['FORM_INVALID'] . adm_back_link($this->u_action), E_USER_WARNING);
}
if (!preg_match('#^backup_\d{10,}_[a-z\d]{16}\.(sql(?:\.(?:gz|bz2))?)$#', $file, $matches))
{
trigger_error($user->lang['BACKUP_INVALID'] . adm_back_link($this->u_action), E_USER_WARNING);