htdocs/json.php
author Dan
Tue, 20 Jan 2009 22:08:07 -0500
changeset 51 508400fc5282
parent 8 0acb8d9a3194
permissions -rw-r--r--
Major change to permissions backend - performs whois check (only supported blitzed and freenode right now) and advanced permissions supported.

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

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