diff options
| -rw-r--r-- | .htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..bcdf70d --- /dev/null +++ b/.htaccess @@ -0,0 +1,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>
\ No newline at end of file |
