1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-14 05:36:30 +02:00

[ticket/16892] Remove duplicate entry for jav files in extension_guesser

Remove duplicated key

PHPBB3-16892
This commit is contained in:
Arshid
2021-09-04 00:33:17 +05:30
committed by Marc Alexander
parent 62a8741494
commit 2145938d74

View File

@ -163,7 +163,6 @@ class extension_guesser extends guesser_base
'ivr' => 'i-world/i-vrml', 'ivr' => 'i-world/i-vrml',
'ivy' => 'application/x-livescreen', 'ivy' => 'application/x-livescreen',
'jam' => 'audio/x-jam', 'jam' => 'audio/x-jam',
'jav' => 'text/plain',
'jav' => 'text/x-java-source', 'jav' => 'text/x-java-source',
'java' => 'text/x-java-source', 'java' => 'text/x-java-source',
'jcm' => 'application/x-java-commerce', 'jcm' => 'application/x-java-commerce',