controlapi: change logolist charset to UTF-8 to fix german umlauts

Origin commit data
------------------
Commit: 907ea29f23
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-23 (Thu, 23 Apr 2015)

Origin message was:
------------------
- controlapi: change logolist charset to UTF-8 to fix german umlauts
This commit is contained in:
vanhofen
2015-04-23 23:01:45 +02:00
parent 35a916bcf9
commit a844fbf140

View File

@@ -865,6 +865,7 @@ void CControlAPI::LogolistCGI(CyhookHandler *hh)
result += "\n";
}
hh->SetHeader(HTTP_OK, "text/plain; charset=UTF-8");
hh->WriteLn(result);
}
//-----------------------------------------------------------------------------