aboutsummaryrefslogtreecommitdiff
path: root/include/contacts-new.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/contacts-new.php')
-rw-r--r--include/contacts-new.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/contacts-new.php b/include/contacts-new.php
index c04fa72..0a72afb 100644
--- a/include/contacts-new.php
+++ b/include/contacts-new.php
@@ -18,6 +18,7 @@
*/
require_once('./conf.php');
+require_once('./login-ajax.php');
$response = new response();
@@ -44,4 +45,4 @@ try {
$response->success = false;
$response->message = "The contact could not be created due to an error.";
}
-echo $response->getJson(); \ No newline at end of file
+echo $response->getJson();