add github link to guestbook readme

This commit is contained in:
emma 2024-12-19 17:54:10 -05:00
parent ea2e4b67b9
commit 075be262f4

View File

@ -1,5 +1,7 @@
# PHP Guestbook
[github link](https://github.com/dolloffk/guestbook-csv)
This is a flat-file PHP guestbook that uses a CSV file to hold all the entries. It has an admin panel where you can optionally approve new comments and reply to them. There are quite a few anti-spam measures built in, but this is designed for my use case, which is a smaller website, and as such may not be as effective for websites that get a lot of traffic (and, by extension, a lot of bots).
It's not the slickest code, but it does what it needs to do!