From 89bdf1d0f1de2a4e540e61903f75a3766f02ce7d Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sun, 1 Feb 2026 23:34:55 +0100 Subject: add .htaccess --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') 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 + + Require all denied + \ No newline at end of file -- cgit v1.2.3