1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

1st implementation of wallabag api, yeah

This commit is contained in:
Nicolas Lœuillet 2015-01-28 17:09:27 +01:00
parent 569f8d6851
commit e4788de51e
11 changed files with 1040 additions and 17 deletions

7
src/.htaccess Normal file
View file

@ -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>