aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/Functions.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-08-27 20:43:10 -0400
committerThedro Neely <thedroneely@gmail.com>2020-08-27 20:43:10 -0400
commit64ef1a47387b0d0ded17d5f4d0723b8211012769 (patch)
tree3b4473e53633d45cd6a6fc0bd16087df45250423 /bootstrap/Functions.php
parent616efa07fb7720456bcb3b2b445d61333c1d45b1 (diff)
downloadedwinmattiacci.com-64ef1a47387b0d0ded17d5f4d0723b8211012769.tar.gz
edwinmattiacci.com-64ef1a47387b0d0ded17d5f4d0723b8211012769.tar.bz2
edwinmattiacci.com-64ef1a47387b0d0ded17d5f4d0723b8211012769.zip
AppConfigBuild.php -> config.php
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 {