8
0

set encoding header

Dieser Commit ist enthalten in:
Daniel Seifert 2017-11-17 12:38:46 +01:00
Ursprung 1b60e58e85
Commit bc6352d893

Datei anzeigen

@ -18,6 +18,8 @@ class d3dev extends oxUBase
{
public function showOrderMailContent()
{
header('Content-type: text/html; charset='.oxRegistry::getLang()->translateString('charset'));
if (oxRegistry::getConfig()->getActiveShop()->oxshops__oxproductive->value
|| false == oxRegistry::getConfig()->getConfigParam('blD3DevShowOrderMailsInBrowser')
) {