htdocs/json.php
author Dan
Sun, 07 Dec 2008 08:45:54 -0500
changeset 31 d75124700259
parent 8 0acb8d9a3194
permissions -rw-r--r--
Timeout recovery should avoid getting the bot throttled now :)

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

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