function removeTOTP($get)
{
    /***
     * Remove the TOTP code
     ***/
    $u = new UserFunctions();
    return $u->removeTOTP($get['username'], $get['password'], $get['code']);
}