1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-05 07:27:21 +00:00

修改服务器信息 修复玩家无法退出的问题...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-11-12 21:01:18 +08:00
parent 893f6d223d
commit 36ef3990da
4 changed files with 84 additions and 21 deletions

View File

@ -444,4 +444,4 @@ class DB {
$CharSet = str_replace ( '-', '', $Config ['CharSet'] );
mysql_query ( "SET NAMES '$CharSet'", $this->DBS [$Config ['ModelTag']] );
}
}
}