From 5aaf5654f22d1859d28ad323feca17e7cf968edd Mon Sep 17 00:00:00 2001
From: Erik Thuning <boooink@gmail.com>
Date: Wed, 14 Feb 2024 10:46:28 +0100
Subject: [PATCH] Added comment to the subject prefix setting

---
 config.php.example | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.php.example b/config.php.example
index 32cc899..82ee321 100644
--- a/config.php.example
+++ b/config.php.example
@@ -7,6 +7,7 @@ $db_pass = 'dbpassword';
 $db_name = 'dbuser';
 
 # Email subject prefix
+# Will be prepended without change, so should probably end with a space
 $email_subject_prefix = "System name: ";
 
 # Address to use as the sender for reminder emails