htdocs/json.php
author Dan
Mon, 05 Jan 2009 22:29:36 -0500
changeset 44 73f74d395f95
parent 8 0acb8d9a3194
permissions -rw-r--r--
Added theme support. Oh yeah, you can customize graphs using graph_{line,bar}.def.

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

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