* finish task#1259.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-29 09:06:34 +00:00
parent 813a7ae8d7
commit 78e7a70d10
8 changed files with 42 additions and 13 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class commonModel extends model
*/
public function sendHeader()
{
header("Content-Type: text/html; Language={$this->config->encoding}");
header("Content-Type: text/html; Language={$this->config->charset}");
header("Cache-control: private");
}