예제 #1
0
function getAvatarList($inputs)
{
    include "AdminFunctions.php";
    $strings = new AdminFunctions();
    $strings->getAvatarList();
}