Fix: Support for the standard mime.types map in gitweb
Temporary fix: commented out offending line in mimetype_guess. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
7b6511a13f
commit
57bd4d3523
@ -1518,7 +1518,7 @@ sub mimetype_guess {
|
||||
|
||||
if ($mimetypes_file) {
|
||||
my $file = $mimetypes_file;
|
||||
$file =~ m#^/# or $file = "$projectroot/$path/$file";
|
||||
#$file =~ m#^/# or $file = "$projectroot/$path/$file";
|
||||
$mime = mimetype_guess_file($filename, $file);
|
||||
}
|
||||
$mime ||= mimetype_guess_file($filename, '/etc/mime.types');
|
||||
|
Loading…
Reference in New Issue
Block a user