diff options
author | Adam Whitcroft <hello@adamwhitcroft.com> | 2016-10-05 12:14:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 12:14:30 +0100 |
commit | 7ec913f8c7271188c86559c991ec0663915f0aed (patch) | |
tree | bc84431a5f1f1f086b9f849295c3ac4bbadad8b7 | |
parent | 69a77389cffef6cf4599b884e56980ab98f53be8 (diff) | |
download | Apaxy-7ec913f8c7271188c86559c991ec0663915f0aed.zip Apaxy-7ec913f8c7271188c86559c991ec0663915f0aed.tar.gz Apaxy-7ec913f8c7271188c86559c991ec0663915f0aed.tar.bz2 |
`.apk`and `.ipa` added
Added Android `.apk` and `.ipa` filetypes.
-rw-r--r-- | apaxy/htaccess.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apaxy/htaccess.txt b/apaxy/htaccess.txt index 76acfee..5b64fff 100644 --- a/apaxy/htaccess.txt +++ b/apaxy/htaccess.txt @@ -56,7 +56,7 @@ AddIcon /theme/icons/jpg.png .jpg .jpeg .jpe AddIcon /theme/icons/js.png .js .json AddIcon /theme/icons/markdown.png .md - AddIcon /theme/icons/package.png .pkg .dmg + AddIcon /theme/icons/package.png .pkg .dmg .apk .ipa AddIcon /theme/icons/pdf.png .pdf AddIcon /theme/icons/php.png .php .phtml AddIcon /theme/icons/playlist.png .m3u .m3u8 .pls .pls8 |