diff options
Diffstat (limited to 'header.inc.php')
-rw-r--r-- | header.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/header.inc.php b/header.inc.php index 87952f6..cae71f4 100644 --- a/header.inc.php +++ b/header.inc.php @@ -48,4 +48,7 @@ $templateservice =& ServiceFactory::getServiceInstance('TemplateService'); $tplVars = array(); $tplVars['currentUser'] = $currentUser; $tplVars['userservice'] = $userservice; + +// 6 // Force UTF-8 behaviour for server (cannot be move into top.inc.php which is not included into every file) +header('Content-Type: text/html; charset=utf-8'); ?> |