* fixed bug with status info utf8 encoding
(https://otland.net/threads/myaac-v0-0-1.251454/page-2#post-2440259)
* fixed when ip in log_action is NULL
(https://otland.net/threads/myaac-v0-0-1.251454/page-2#post-2440357)
* added CHANGELOG
This commit is contained in:
slawkens1
2017-05-05 04:02:01 +02:00
parent 870cc8f98b
commit 194d08f593
7 changed files with 58 additions and 67 deletions

View File

@@ -124,7 +124,7 @@ class OTS_ServerInfo
{
// loads respond XML
$info = new OTS_InfoRespond();
if(!$info->loadXML( $status->getBuffer()))
if(!$info->loadXML( utf8_encode($status->getBuffer())))
return false;
return $info;