From 14e8b1d3f2ce600e6cb5d39c8e503a11494aa757 Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 1 Jun 2024 11:39:17 -0400 Subject: mention file ownership in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b0c9..37f19ee 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The third number is the non-database revision. To deploy, edit the top of `visitors.php` with your desired configuration, and then upload it to your webserver or hosting provider. It must support client-side scripting, so Github Pages, Neocities, etc. are all out of the question. +Additionally, your webserver must have write access to the database, otherwise the script will fail to save stuff. There are no security risks to your database file being publically accessible, as it only contains the same info the page will display. This may change in a future release. -- cgit v1.2.3-54-g00ecf