diff content/.htaccess @ 13:3b69622879c9

do not allow access to the generated captcha DB via the web server
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 06 Aug 2013 04:06:35 +0200
parents
children 20df0a3bcdf1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/content/.htaccess	Tue Aug 06 04:06:35 2013 +0200
@@ -0,0 +1,4 @@
+<Files captchas>
+    Order allow,deny
+    Deny from all
+</Files>