mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13527] Apply htmlspecialchars() to data from version server.
PHPBB3-13527
This commit is contained in:
parent
251868dd7e
commit
92b5222295
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class acp_update
|
|||
$this->page_title = 'ACP_VERSION_CHECK';
|
||||
|
||||
// Get current and latest version
|
||||
$info = obtain_latest_version_info(request_var('versioncheck_force', false));
|
||||
$info = htmlspecialchars(obtain_latest_version_info(request_var('versioncheck_force', false)));
|
||||
|
||||
if (empty($info))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue