rosehill/templates/json/default.inc

5 lines
123 B
PHP

<?php
header('Content-type: text/json; charset=utf-8');
include BLOSSOM.'/errorMessages.php';
echo $this->includeBlocks();