devshort

private self-hosted shortlink service
git clone https://git.clttr.info/devshort.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit c6322d6307aac71534bbe8d021a46def7aae30b7
parent 3105d17b7e7189cc1833cd072d9981ee2339275c
Author: Florian Kaldowski <flokX@users.noreply.github.com>
Date:   Sat, 23 Feb 2019 10:43:25 +0100

Add copyright notice
Diffstat:
Madmin/.htaccess | 13++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/admin/.htaccess b/admin/.htaccess @@ -1,17 +1,20 @@ # Lock the whole directory until the installer runned -# By Nextcloud +# Generated by Nextcloud +# Nextcloud is licensed under the AGPL v3 license + +# line below if for Apache 2.4 <ifModule mod_authz_core.c> - Require all denied +Require all denied </ifModule> # line below if for Apache 2.2 <ifModule !mod_authz_core.c> - deny from all - Satisfy All +deny from all +Satisfy All </ifModule> # section for Apache 2.2 and 2.4 <ifModule mod_autoindex.c> - IndexIgnore * +IndexIgnore * </ifModule>