From b18b33aa804c91fe26ae36544483ca531a73ad42 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Sun, 25 Feb 2024 15:26:49 +0000 Subject: [PATCH] config/config.php aktualisiert --- config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.php b/config/config.php index 9527015..b800c5d 100644 --- a/config/config.php +++ b/config/config.php @@ -5,4 +5,5 @@ $username = 'Benutzername'; $password = 'Passwort'; $database = 'Datenbank Name'; $email = 'Mailadresse'; +$notification_days = 7; ?> \ No newline at end of file