aboutsummaryrefslogtreecommitdiff
path: root/include/clients-edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/clients-edit.php')
-rw-r--r--include/clients-edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clients-edit.php b/include/clients-edit.php
index c0b83c8..7d8d6fa 100644
--- a/include/clients-edit.php
+++ b/include/clients-edit.php
@@ -18,6 +18,7 @@
*/
require_once('./conf.php');
+require_once('./login-ajax.php');
$response = new response();
@@ -39,4 +40,4 @@ try {
$response->success = false;
$response->message = "The client could not be edited due to an exception.";
}
-echo $response->message; \ No newline at end of file
+echo $response->message;