diff options
Diffstat (limited to 'include/clients-new.php')
-rw-r--r-- | include/clients-new.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clients-new.php b/include/clients-new.php index 9466638..b073b8e 100644 --- a/include/clients-new.php +++ b/include/clients-new.php @@ -18,6 +18,7 @@ */ require_once('./conf.php'); +require_once('./login-ajax.php'); $response = new response(); @@ -35,4 +36,4 @@ try { $response->success = false; $response->message = "The client could not be created due to a PDO error ({$e->getMessage()})."; } -echo $response->getJson();
\ No newline at end of file +echo $response->getJson(); |