Changes between Initial Version and Version 1 of Ticket #1844, comment 4
- Timestamp:
- Jul 21, 2020, 10:19:44 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1844, comment 4
initial v1 4 4 $response = json_encode($response); 5 5 header('Content-Type: application/json'); 6 } else if ($ajax_rt == 'imagejp g') {7 header('Content-Type: image/jp g');6 } else if ($ajax_rt == 'imagejpeg') { 7 header('Content-Type: image/jpeg'); 8 8 } else if ($ajax_rt == 'imagepng') { 9 9 header('Content-Type: image/png');
