1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-18 15:11:47 +02:00

Fix based on Pull Request #34

https://github.com/AdamWhitcroft/Apaxy/pull/34
This commit is contained in:
Adam Whitcroft
2015-05-27 10:12:21 +01:00
parent 57f395cf27
commit 130f3a1c5a

View File

@@ -11,8 +11,8 @@
# INDEX OPTIONS
IndexOptions +Charset=UTF-8 +FancyIndexing +IgnoreCase +FoldersFirst +XHTML +HTMLTable +SuppressRules +SuppressDescription +NameWidth=* +IconsAreLinks
# META VIEWPORT
IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />"
# META VIEWPORT
IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />"
# HIDE /theme DIRECTORY
IndexIgnore .htaccess /theme
@@ -26,7 +26,7 @@
# If your directory is http://mywebsite.com/share/
# you would change to:
#
# AddIcon /share/{FOLDERNAME}/theme/icons/blank.png ^^BLANKICON^^
# AddIcon /share/theme/icons/blank.png ^^BLANKICON^^
#
AddIcon /{FOLDERNAME}/theme/icons/blank.png ^^BLANKICON^^