From 949632abbebab87fe75ef2df2fccede33c0e0bda Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 4 Apr 2018 19:01:58 -0600 Subject: [PATCH] Add yml and ini files --- index.php | 3 +++ 1 file changed, 3 insertions(+) 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",