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