1 <?php
2 require('../stats-data.php');
3 require('../libjson.php');
4
5 header('Content-type: text/plain');
6 echo eb_json_encode($stats_data);