]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Added 'hdml','wml','wmlp' to mime types
authoreldy <>
Wed, 17 Sep 2003 00:36:57 +0000 (00:36 +0000)
committereldy <>
Wed, 17 Sep 2003 00:36:57 +0000 (00:36 +0000)
wwwroot/cgi-bin/lib/mime.pm

index 5fc790bf3f3d1d5e6e2c7433351be48ecbb7a78b..1bac35b510da6b06a848a0ee28224cfcfc252a55 100644 (file)
@@ -14,8 +14,8 @@
 #---------------------------------------------------------------
 %MimeHashLib = (
 'text','Text file',
-'page','HTML static page',
-'script','HTML dynamic page or Script file',
+'page','HTML or XML static page',
+'script','Dynamic Html page or Script file',
 'image','Image',
 'document','Document',
 'archive','Archive',
@@ -46,6 +46,7 @@
 'hdml','html',\r
 'wml','html',\r
 'wmlp','html',
+'xml','html',
 # HTML Dynamic pages or script
 'asp','script',
 'jsp','script',
 # HTML Static page
 'html','page',
 'htm','page',
+'wml','page',\r
+'wmlp','page',
+'xml','page',
 # HTML Dynamic pages or script
 'asp','script',
 'jsp','script',