From 5a0b8a5bdb08272e5daee0e37df89223e0f3b91c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 4 Nov 2023 10:48:47 +0700 Subject: [PATCH] Update ajax.php --- ajax.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ajax.php b/ajax.php index 28ad7554..1846f7c3 100644 --- a/ajax.php +++ b/ajax.php @@ -215,6 +215,8 @@ class ajax_common { $this->response['error_code'] = $error_code; $this->response['error_msg'] = strip_tags(preg_replace('##i', "\n", $error_msg)); + + // Get caller info if (!empty($_COOKIE['explain'])) { $ajax_debug = 'ajax die: ' . $this->debug_find_source();