Skip to content

Commit

Permalink
Only utf8 going forward
Browse files Browse the repository at this point in the history
Signed by Shawn Bulen, [email protected]
  • Loading branch information
sbulen committed Sep 24, 2021
1 parent ebd520b commit de79ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// If there's literally nothing coming in, let's take flight!
if (empty($_POST))
{
header('content-type: text/html; charset=' . (empty($modSettings['global_character_set']) ? (empty($txt['lang_character_set']) ? 'ISO-8859-1' : $txt['lang_character_set']) : $modSettings['global_character_set']));
header('content-type: text/html; charset=UTF-8');
die($txt['paid_no_data']);
}

Expand Down

0 comments on commit de79ff0

Please sign in to comment.