fobe-web/html/avatar/renderstatus.php

6 lines
66 B
PHP

<?php
if (checkUserPendingRender($user->id))
{
echo 'pending';
}