From 1b5adbd0687a6ff60a5ec18067648a2c8b0e32ab Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 14 Jul 2010 19:00:45 +0000 Subject: [PATCH] Fix: Use UTF8 --- htdocs/cashdesk/affIndex.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/cashdesk/affIndex.php b/htdocs/cashdesk/affIndex.php index 9d20fb8ecb3..bd1f50cb80f 100644 --- a/htdocs/cashdesk/affIndex.php +++ b/htdocs/cashdesk/affIndex.php @@ -32,6 +32,13 @@ if ( $_SESSION['uid'] <= 0 ) { } +/* + * View + */ + +//header("Content-type: text/html; charset=UTF-8"); +header("Content-type: text/html; charset=".$conf->file->character_set_client); + print ''; print ''."\n";