aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
blob: bcdf70d2f4118fa937fa1e2adf8076e56df8a7e1 (plain)
1
2
3
4
5
# The database file must not be readable via browser access
# Only the php scripts must be able to access the file
<Files "database.json>
  Require all denied
</Files>