initial commit
This commit is contained in:
commit
72a78b55fb
9 changed files with 2984 additions and 0 deletions
9
netops-todo-server/data/.htaccess
Normal file
9
netops-todo-server/data/.htaccess
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Nekt all web-tilgang til data-mappa.
|
||||
# tasks.json skal kun leses/skrives av PHP-prosessen.
|
||||
Require all denied
|
||||
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Fallback for Apache 2.2
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</IfModule>
|
||||
Loading…
Add table
Add a link
Reference in a new issue