mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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";
|
result += "\n";
|
||||||
}
|
}
|
||||||
|
hh->SetHeader(HTTP_OK, "text/plain; charset=UTF-8");
|
||||||
hh->WriteLn(result);
|
hh->WriteLn(result);
|
||||||
}
|
}
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user