mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-24 21:34:51 +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:
parent
4b316b9d88
commit
f8bb1ba1fc
@ -10,7 +10,8 @@ use Digest::SHA qw(sha256_hex);
|
||||
use vars qw($SSL_ERROR);
|
||||
|
||||
# Note: video does not work for every browser (Forum #73214)
|
||||
my %ext2MIMEType= qw{
|
||||
use vars qw(%ext2MIMEType);
|
||||
%ext2MIMEType= qw{
|
||||
bmp image/bmp
|
||||
css text/css
|
||||
gif image/gif
|
||||
|
Loading…
x
Reference in New Issue
Block a user