diff options
Diffstat (limited to 'header.inc.php')
-rw-r--r-- | header.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/header.inc.php b/header.inc.php index cae71f4..5051002 100644 --- a/header.inc.php +++ b/header.inc.php @@ -50,5 +50,5 @@ $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'); +header('Content-Type: text/html; charset=utf-8'); ?> |