浏览代码

[svn r13263] Enabled use of charset from AWACS settings

Yannick Warnier 17 年之前
父节点
当前提交
13bd4b320f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main/inc/header.inc.php

+ 1 - 0
main/inc/header.inc.php

@@ -17,6 +17,7 @@
 
 //Give a default value to $charset. Should change to UTF-8 some time in the future.
 //This parameter should be set in the platform configuration interface in time.
+$charset = api_get_setting('platform_charset');
 if(empty($charset))
 {
 	$charset = 'ISO-8859-15';