mojo_zero_web/mojotrollz/api/api_mojotrollz.php

10 lines
327 B
PHP

<?php
class api_mojotrollz extends \SYSTEM\API\api_system {
public static function call_stats(){
$result = \DBD\ONLINE_STATS::QA(array('3600'));
return \SYSTEM\LOG\JsonResult::toString($result);}
public static function call_charcreation($json=NULL){
return charcreation::data($json);}
}