capabilities.php 260 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <?php $response = array(); $response["HAPI"] = "2.0"; $response["status"] = 1200; $response["msg"] = "ok"; $response["outputFormats"] = array("csv"); header('Content-Type: application/json'); exit(json_encode($response)); ?>