}
        if (isset($_SESSION['LOGIN'])) {
            unset($_SESSION['LOGIN']);
        }
        $login = "******";
        header('Location: ./index.php');
    } else {
        $login = "******";
    }
}
////////////////////////////////////////////////
$txtID = $_POST['txtID'];
$cmdcancel = $_POST['cmdcancel'];
$cmd = $_POST['cmd'];
if ($txtID != "" && $cmdcancel != "") {
    $RequiresPayment = $oBilling->CancelOrder($txtID);
}
if ($txtID != "" && $cmd != "") {
    $oBilling->SetOrderPaid($txtID);
    $UserName = $oBilling->GetUserNameByOrderID($txtID);
}
if (!$bCronEnabled) {
    if ($oR3DCQuery->ELOIsActive()) {
        $oR3DCQuery->ELOCreateRatings();
    }
    $oR3DCQuery->MangeGameTimeOuts();
}
?>

<html>
<head>