#331 Update common

This commit is contained in:
Mike Koch 2015-08-29 21:29:35 -04:00
parent a0958641ff
commit f3d84cf361

View File

@ -37,6 +37,12 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');}
#error_reporting(E_ALL); #error_reporting(E_ALL);
// Set correct Content-Type header
if ( ! defined('NO_HTTP_HEADER') )
{
header('Content-Type: text/html; charset=utf-8');
}
// Set backslash options // Set backslash options
if (get_magic_quotes_gpc()) if (get_magic_quotes_gpc())
{ {