aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-06-19 01:30:53 -0400
committerThedro Neely <thedroneely@gmail.com>2020-06-19 01:53:15 -0400
commit15323bfea57229fd6d35b82fad06f21571ec1138 (patch)
tree21d09b8284f8174564e41394d25350f18edc8835 /app
parent4fd9a95ba952dd5528553524989160cd24284b0b (diff)
downloadthedroneely.com-15323bfea57229fd6d35b82fad06f21571ec1138.tar.gz
thedroneely.com-15323bfea57229fd6d35b82fad06f21571ec1138.tar.bz2
thedroneely.com-15323bfea57229fd6d35b82fad06f21571ec1138.zip
AppConfigBuild.php -> config.php
Diffstat (limited to 'app')
-rw-r--r--app/model/Form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/model/Form.php b/app/model/Form.php
index e8fc1f9..6520a9c 100644
--- a/app/model/Form.php
+++ b/app/model/Form.php
@@ -35,7 +35,7 @@ class Form
public function submit()
{
// Include mail config
- $config = include '../AppConfig.php';
+ $config = include '../config.php';
$mail = new PHPMailer(true);