예제 #1
0
function get_only_updates()
{
    $new_updates = Av_center::get_software_updates();
    $return['error'] = FALSE;
    $return['output'] = $new_updates;
    return $return;
}