diff options
author | Ido Green <igreen@netflix.com> | 2018-08-27 09:43:05 -0700 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-11-19 13:57:13 +0100 |
commit | c320f48599798db59fadcd494f337288e7523aa5 (patch) | |
tree | 19d6a0ba99a79c7a167472afd1d0b6d296d47af6 | |
parent | c794452689d2a26d3922f995eb694c6b444fccb1 (diff) | |
download | nextcloud-server-c320f48599798db59fadcd494f337288e7523aa5.tar.gz nextcloud-server-c320f48599798db59fadcd494f337288e7523aa5.zip |
cleaning after comments on issue 10825
More: https://github.com/nextcloud/server/pull/10825#issuecomment-415800850
Signed-off-by: Ido Green <greenido@gmail.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .htaccess | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 229eb172b1a..cad26d1a88d 100644 --- a/.gitignore +++ b/.gitignore @@ -150,4 +150,3 @@ clover.xml # Tests - dependencies tests/acceptance/composer.lock tests/acceptance/vendor/ - diff --git a/.htaccess b/.htaccess index aa16193ec9c..63d50a2b9d7 100644 --- a/.htaccess +++ b/.htaccess @@ -80,7 +80,3 @@ Options -Indexes <IfModule pagespeed_module> ModPagespeed Off </IfModule> -#### DO NOT CHANGE ANYTHING ABOVE THIS LINE #### - -ErrorDocument 403 // -ErrorDocument 404 // |