1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 23:20:22 +01:00

[ticket/14998] Point only to install dir from acp_update

PHPBB3-14998
This commit is contained in:
Marc Alexander 2017-01-28 09:16:49 +01:00
parent fb481f96d3
commit d81df55963
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -56,7 +56,7 @@ class acp_update
$template->assign_block_vars('updates_available', $version_data);
}
$update_link = append_sid($phpbb_root_path . 'install/index.' . $phpEx, 'mode=update');
$update_link = append_sid($phpbb_root_path . 'install/');
$template->assign_vars(array(
'S_UP_TO_DATE' => empty($updates_available),