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";