mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- controlapi: change logolist charset to UTF-8 to fix german umlauts
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