summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2017-02-16 11:45:11 +0100
committerRobert Scheck <robert@fedoraproject.org>2017-02-20 13:09:15 +0100
commit25a2cb8c6e821df0360d1843c5266cbf7acc2b55 (patch)
treee84c6d9c4ebdf04b5b74318cf8841f876b62d0ca /apps/user_ldap/tests
parentf25c89461c986b31171270e2186d000030b8df2e (diff)
downloadnextcloud-server-25a2cb8c6e821df0360d1843c5266cbf7acc2b55.tar.gz
nextcloud-server-25a2cb8c6e821df0360d1843c5266cbf7acc2b55.zip
Only request "IndexIgnore" if mod_autoindex is loaded
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
Diffstat (limited to 'apps/user_ldap/tests')
-rwxr-xr-xapps/user_ldap/tests/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/tests/.htaccess b/apps/user_ldap/tests/.htaccess
index 5e068d28661..6fde30e763a 100755
--- a/apps/user_ldap/tests/.htaccess
+++ b/apps/user_ldap/tests/.htaccess
@@ -11,4 +11,6 @@ Satisfy All
</ifModule>
# section for Apache 2.2 and 2.4
+<ifModule mod_autoindex.c>
IndexIgnore *
+</ifModule>