Add png to the mime types.

This commit is contained in:
gigaherz 2012-02-13 09:35:11 +01:00
parent 7c3a756457
commit 897a4517b4

View File

@ -65,6 +65,7 @@ MIMEs = {
'.pdf': 'application/pdf',
'.xhtml': 'application/xhtml+xml',
'.ico': 'image/x-icon',
'.png': 'image/png',
'.log': 'text/plain'
}