#121 Support css files in webserver

Signed-off-by: Marcelo Roberto Jimenez <mroberto@users.sourceforge.net>
(cherry picked from commit 72460df747)
This commit is contained in:
Dirk 2013-10-28 20:21:36 +08:00 committed by Marcelo Roberto Jimenez
parent c7f60be9ef
commit b252df8298

View File

@ -158,6 +158,7 @@ static const char *gEncodedMediaTypes =
"au\0" AUDIO_STR "basic\0"
"avi\0" VIDEO_STR "msvideo\0"
"bmp\0" IMAGE_STR "bmp\0"
"css\0" TEXT_STR "css\0"
"dcr\0" APPLICATION_STR "x-director\0"
"dib\0" IMAGE_STR "bmp\0"
"dir\0" APPLICATION_STR "x-director\0"