summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-26 18:23:49 -0400
committerFrederic Guillot <fred@kanboard.net>2016-03-26 18:23:49 -0400
commit5ec2647b18eaab47079954a168a0c2d7c6768d65 (patch)
tree07ed3d3cd6fd6d130276dab3e052ced151f6d38f /doc
parent2d66f70a49da144c4bc9c856ebb3b9805cf922ad (diff)
Make images works in embedded documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/.htaccess7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/.htaccess b/doc/.htaccess
deleted file mode 100644
index c47998cb..00000000
--- a/doc/.htaccess
+++ /dev/null
@@ -1,7 +0,0 @@
-<IfVersion >= 2.3>
- Require all denied
-</IfVersion>
-<IfVersion < 2.3>
- Order allow,deny
- Deny from all
-</IfVersion>