aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/Functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/Functions.php')
-rw-r--r--bootstrap/Functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/Functions.php b/bootstrap/Functions.php
index 47008c3..09f5649 100644
--- a/bootstrap/Functions.php
+++ b/bootstrap/Functions.php
@@ -7,7 +7,7 @@ use PHPMailer\PHPMailer\Exception;
function sendMail($name, $email, $message)
{
// Require mail config
- $config = include '../AppConfig.php';
+ $config = include '../config.php';
$mail = new PHPMailer(true);
try {