szurubooru/src/Views/layout-json.phtml

3 lines
130 B
PHTML
Raw Normal View History

<?php \Chibi\HeadersHelper::set('Content-Type', 'application/json') ?>
2013-10-05 12:55:03 +02:00
<?php echo json_encode($this->context->transport, true) ?>