]> git.sesse.net Git - vlc/commitdiff
* http: added mime type for .css file.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 1 Aug 2003 17:30:33 +0000 (17:30 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 1 Aug 2003 17:30:33 +0000 (17:30 +0000)
modules/control/http.c

index 139b356e02cff860bb5433dd0c82382f88fe0e12..9d066116bf563cbcbfcb6f1faeb657a173a340ae 100644 (file)
@@ -2,7 +2,7 @@
  * http.c :  http mini-server ;)
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: http.c,v 1.20 2003/07/31 21:46:37 gbazin Exp $
+ * $Id: http.c,v 1.21 2003/08/01 17:30:33 fenrir Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
@@ -429,6 +429,8 @@ static struct
     { ".htm",   "text/html" },
     { ".html",  "text/html" },
 
+    { ".css",   "text/css" },
+
     /* media mime */
     { ".avi",   "video/avi" },
     { ".asf",   "video/x-ms-asf" },