diff options
Diffstat (limited to 'include/contacts-edit.php')
-rw-r--r-- | include/contacts-edit.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/contacts-edit.php b/include/contacts-edit.php index 9e7c606..a2101b2 100644 --- a/include/contacts-edit.php +++ b/include/contacts-edit.php @@ -18,6 +18,7 @@ */ require_once('./conf.php'); +require_once('./login-ajax.php'); $response = new response(); @@ -62,4 +63,4 @@ try { $response->success = false; $response->message = "The contact could not be edited due to an exception."; } -echo $response->message;
\ No newline at end of file +echo $response->message; |