aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-03-15 10:18:06 +0100
committerzottel <github@zottel.net>2012-03-15 10:18:06 +0100
commit69f4448adaf7afddf00deeb2f832938d5505abcf (patch)
treec849dae276511aa93ba1ef8b2b90098116d65f3e /.htaccess
parent282465edaba57795b8c02d1fb6eaa8a2fbbad9bf (diff)
parenta7fd3a8b245a09f376081f23f5d23d907d21ecfa (diff)
downloadvolse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.tar.gz
volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.tar.bz2
volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.zip
Merge remote branch 'upstream/master'
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 1df509670..5f9531a7e 100755
--- a/.htaccess
+++ b/.htaccess
@@ -5,6 +5,9 @@ AddType audio/ogg .oga
<FilesMatch "\.(out|log)$">
Deny from all
</FilesMatch>
+<Files "(include|library)">
+Deny from all
+</Files>
<IfModule mod_rewrite.c>
RewriteEngine on