More changes to the comment system. To include the reuse of a common check file

This commit is contained in:
2023-12-23 21:54:16 +01:00
parent 7f9611b1b9
commit d725b2cf14
5 changed files with 309 additions and 139 deletions

View File

@@ -14,6 +14,7 @@ $mailerPassword = 'THE_SMTP_MAIL_PASSWORD_HERE';
$hubBaseurl = "https://hub.hackerpublicradio.org/";
$baseurl = "https://hackerpublicradio.org/";
$comment_directory = "/path/to/comments";
$naughtyfile = '/path/to/naughty.txt';
$naughty_stings_file = '/path/to/strings.txt';
$justification_file = '/path/to/justification.txt';