From: Chuck Houpt Date: Sun, 6 Jan 2019 01:29:13 +0000 (-0500) Subject: Add support for macOS DMG and PKG files X-Git-Tag: AWSTATS_7_8~15^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F116%2Fhead;p=thirdparty%2FAWStats.git Add support for macOS DMG and PKG files --- diff --git a/wwwroot/cgi-bin/lib/mime.pm b/wwwroot/cgi-bin/lib/mime.pm index fc2f224c..c0434533 100644 --- a/wwwroot/cgi-bin/lib/mime.pm +++ b/wwwroot/cgi-bin/lib/mime.pm @@ -145,11 +145,13 @@ 'rpm',[($LogType eq 'S'?'audio':'package'),'d'], 'deb',['package','d'], 'msi',['package','d'], +'pkg',['package','d'], # Archive '7z',['archive','d'], 'ace',['archive','d'], 'bz2',['archive','d'], 'cab',['archive','d'], +'dmg',['archive','d'], 'emz',['archive','d'], 'gz',['archive','d'], 'jar',['archive','d'],