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);