phpBB

Code Changes

File: includes/acp/acp_help_phpbb.php

  Unmodified   Added   Modified   Removed
Line 90Line 90

if (!empty($response))
{


if (!empty($response))
{

				$decoded_response = json_decode(htmlspecialchars_decode($response, ENT_COMPAT), true);

				$decoded_response = json_decode(html_entity_decode($response, ENT_COMPAT), true);


if ($decoded_response && isset($decoded_response['status']) && $decoded_response['status'] == 'ok')
{


if ($decoded_response && isset($decoded_response['status']) && $decoded_response['status'] == 'ok')
{