@@ -1706,7 +1706,7 @@ if (in_array($action, $allowed_actions)) {
}
- //header('Content-Type: application/json;charset=utf-8');
+ header('Content-Type: application/json;charset=utf-8');
echo json_encode($response);
exit;