예제 #1
0
파일: index.php 프로젝트: jlodom/planworld
function xmlrpc_online($method_name, $params)
{
    return Online::getOnlineUsers();
}