2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +00:00

HttpUtils.pm: make ext2MIMEType global (Forum #140739)

git-svn-id: https://svn.fhem.de/fhem/trunk@29648 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2025-02-11 19:45:21 +00:00
parent 4b316b9d88
commit f8bb1ba1fc

View File

@ -10,7 +10,8 @@ use Digest::SHA qw(sha256_hex);
use vars qw($SSL_ERROR); use vars qw($SSL_ERROR);
# Note: video does not work for every browser (Forum #73214) # Note: video does not work for every browser (Forum #73214)
my %ext2MIMEType= qw{ use vars qw(%ext2MIMEType);
%ext2MIMEType= qw{
bmp image/bmp bmp image/bmp
css text/css css text/css
gif image/gif gif image/gif