}
        $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>
<title><?php 
echo GetStringFromStringTable("IDS_PAGETITLES_6", $config);
?>