Fix missing qbt logo on login page in webUI. Closes #7953.

This commit is contained in:
Chocobo1 2017-12-02 14:05:36 +08:00
parent f457937980
commit c1a282aa7b
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
3 changed files with 3 additions and 2 deletions

View file

@ -59,6 +59,7 @@ namespace Http
const char CONTENT_TYPE_JSON[] = "application/json";
const char CONTENT_TYPE_PNG[] = "image/png";
const char CONTENT_TYPE_TXT[] = "text/plain; charset=UTF-8";
const char CONTENT_TYPE_SVG[] = "image/svg+xml";
// portability: "\r\n" doesn't guarantee mapping to the correct value
const char CRLF[] = {0x0D, 0x0A, '\0'};