Skip to content

Commit

Permalink
解决中文提交系统非中文设置问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi Yin committed Dec 14, 2016
1 parent a6e076e commit 75b5869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
setlocale(LC_CTYPE, "zh_CN.UTF-8");
error_reporting(0);
header("Content-type: text/html; charset=utf-8");
define('ROOT_PATH', __DIR__.'/');
Expand Down

0 comments on commit 75b5869

Please sign in to comment.