htdocs/json.php
author Dan
Sat, 11 Oct 2008 23:09:13 +0000
changeset 14 506a7e0fb106
parent 8 0acb8d9a3194
permissions -rw-r--r--
Disabled "snippet not found" message, for now

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

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