diff --git a/index.php b/index.php index 3d0b689..c04f1d1 100644 --- a/index.php +++ b/index.php @@ -89,6 +89,7 @@ $MIMEICONS = [ "text/sass" => "fab fa-sass", "text/markdown" => "fas fa-align-left", "text/checksum" => "fas fa-file-medical-alt", + "text/config" => "fas fa-list", "text/other" => "fas fa-file-alt", // Archives and disk images "application/x-iso9660-image" => "fas fa-hdd", @@ -177,6 +178,8 @@ $EXT2MIME = [ "sha512sums" => "text/checksum", "gz" => "application/x-gzip", "img" => "application/imgfile", + "ini" => "text/config", + "yml" => "text/config", // From Apache: http://svn.apache.org/viewvc?view=revision&revision=1810122 "ez" => "application/andrew-inset", "aw" => "application/applixware",