From 7a777a2b6424c2360577436918ca270c47e16770 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 9 Oct 2025 22:08:13 -0400 Subject: [PATCH] Add generator related global variables to credentials.php --- ini/credentials.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ini/credentials.php b/ini/credentials.php index 78b44cf..3d12d1d 100644 --- a/ini/credentials.php +++ b/ini/credentials.php @@ -11,9 +11,11 @@ $mailerHost = "smtp.example.com"; $mailerUsername = 'robot@example.com'; $mailerPassword = 'THE_SMTP_MAIL_PASSWORD_HERE'; +$generator_name = 'The HPR Robot'; +$generator_email = 'robot.nospam@nospam.hackerpublicradio.org'; + $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';