mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 12:46:38 +02:00
[ticket/14998] Point only to install dir from acp_update
PHPBB3-14998
This commit is contained in:
@ -56,7 +56,7 @@ class acp_update
|
|||||||
$template->assign_block_vars('updates_available', $version_data);
|
$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(
|
$template->assign_vars(array(
|
||||||
'S_UP_TO_DATE' => empty($updates_available),
|
'S_UP_TO_DATE' => empty($updates_available),
|
||||||
|
Reference in New Issue
Block a user