mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
controlapi: change logolist charset to UTF-8 to fix german umlauts
Origin commit data
------------------
Branch: ni/coolstream
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
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -865,6 +865,7 @@ void CControlAPI::LogolistCGI(CyhookHandler *hh)
|
||||
|
||||
result += "\n";
|
||||
}
|
||||
hh->SetHeader(HTTP_OK, "text/plain; charset=UTF-8");
|
||||
hh->WriteLn(result);
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user