<?php
session_start();
header('Content-Type: application/json; charset=utf-8');
error_reporting(0);
echo json_encode(array());