]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
added webp into image list and to non-page list 181/head
authorroot <root@centos-client.gzaop.local>
Tue, 7 Jul 2020 07:58:51 +0000 (09:58 +0200)
committerroot <root@centos-client.gzaop.local>
Tue, 7 Jul 2020 07:58:51 +0000 (09:58 +0200)
wwwroot/cgi-bin/awstats.pl
wwwroot/cgi-bin/lib/mime.pm

index 3a3d4c6f2cde305ad61e9b26d9eef9bb51fda31f..9ec56df78901e5ff1cd9e86564aaa5d16aa57efe 100755 (executable)
@@ -1789,7 +1789,8 @@ sub Read_Config {
                        'png'   => 1,
                        'bmp'   => 1,
                        'ico'   => 1,
-                       'swf'   => 1
+                       'swf'   => 1,
+                       'webp'  => 1
                );
        }
 
index bb9aa6cfbdd8cb8408467777a23aafa6cae1d1b1..2fe1e492d88420d02e90c15e324a137b8e70348c 100644 (file)
 'heic',['image','i'],
 'tif',['image','i'],
 'tiff',['image','i'],
+'webp',['image','i'],
 # Document
 'ai',['document','d'],
 'doc',['document','d'],