diff options
| author | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2026-02-01 23:34:55 +0100 |
|---|---|---|
| committer | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2026-02-01 23:34:55 +0100 |
| commit | 89bdf1d0f1de2a4e540e61903f75a3766f02ce7d (patch) | |
| tree | f12c195e68e4ecd74cd29f7eb8b9a9399a74625b /.htaccess | |
| parent | 3b9dd17cd4bda2f8a3207a5df5b6348a7f661658 (diff) | |
add .htaccess
Diffstat (limited to '.htaccess')
| -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 |
