forked from extern/egroupware
add header for content type
This commit is contained in:
parent
afd3ba4a95
commit
3034363c13
@ -21,6 +21,9 @@
|
||||
|
||||
include('../header.inc.php');
|
||||
|
||||
// add a content-type header to overwrite an existing default charset in apache (AddDefaultCharset directiv)
|
||||
header('Content-type: text/html; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||
|
||||
$GLOBALS['phpgw_info']['flags']['currentapp'] = 'addressbook';
|
||||
include('templates/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'].'/head.inc.php');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user