diff options
author | friendica <info@friendica.com> | 2012-03-22 05:49:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-22 05:49:08 -0700 |
commit | c7dcc58673470c53e5b390837518c24f55ee4558 (patch) | |
tree | 400e2d4a6b2129e1373438f6d2e64fb98dc91a99 /.htaccess | |
parent | 1e86e3fb26271a687721ed6e74055feb38b363fa (diff) | |
parent | 9ba5fff865ed1d17c86982a5cf939f8e3e45da05 (diff) | |
download | volse-hubzilla-c7dcc58673470c53e5b390837518c24f55ee4558.tar.gz volse-hubzilla-c7dcc58673470c53e5b390837518c24f55ee4558.tar.bz2 volse-hubzilla-c7dcc58673470c53e5b390837518c24f55ee4558.zip |
Merge pull request #157 from campino/master
Tests for the template engine
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ AddType audio/ogg .oga <FilesMatch "\.(out|log)$"> Deny from all </FilesMatch> -<Files "(include|library)"> -Deny from all -</Files> <IfModule mod_rewrite.c> RewriteEngine on |