]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/.htaccess
1st implementation of wallabag api, yeah
[github/wallabag/wallabag.git] / src / .htaccess
diff --git a/src/.htaccess b/src/.htaccess
new file mode 100644 (file)
index 0000000..fb1de45
--- /dev/null
@@ -0,0 +1,7 @@
+<IfModule mod_authz_core.c>
+    Require all denied
+</IfModule>
+<IfModule !mod_authz_core.c>
+    Order deny,allow
+    Deny from all
+</IfModule>