htdocs/json.php
author Dan
Sat, 11 Oct 2008 20:31:22 -0400
changeset 16 01c6a003d762
parent 8 0acb8d9a3194
permissions -rw-r--r--
Fixed reference to missing key "counts" in stats-fe

<?php
require('../stats-data.php');
require('../libjson.php');

header('Content-type: text/plain');
echo eb_json_encode($stats_data);