From 1e28fd009c2a105174e62e56057433483745f135 Mon Sep 17 00:00:00 2001 From: Airikr Date: Thu, 25 Apr 2024 21:57:22 +0200 Subject: [PATCH] Added missing variables --- site-config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site-config.php b/site-config.php index 1505997..153e63f 100755 --- a/site-config.php +++ b/site-config.php @@ -28,4 +28,9 @@ $database_user = null; $database_pass = null; + $smtp_host = null; + $smtp_port = null; + $smtp_email = null; + $smtp_password = null; + ?>