} else {
        $login = "******";
    }
}
////////////////////////////////////////////////
$cmdChange = $_POST['cmdChange'];
$rdorapprove = $_POST['rdorapprove'];
if ($cmdChange != "" && $rdorapprove != "") {
    $oR3DCQuery->UpdatePaypalIsEnabled($rdorapprove);
}
$txtEmail = trim($_POST['txtEmail']);
$slctCurrency = trim($_POST['slctCurrency']);
$txtCharge = trim($_POST['txtCharge']);
$cmdUpdate = trim($_POST['cmdUpdate']);
if ($cmdUpdate != "" && $txtCharge != "" && $slctCurrency != "" && $txtEmail != "") {
    $oBilling->UpdatePaypalInfo($txtEmail, $slctCurrency, $txtCharge);
}
if (!$bCronEnabled) {
    if ($oR3DCQuery->ELOIsActive()) {
        $oR3DCQuery->ELOCreateRatings();
    }
    $oR3DCQuery->MangeGameTimeOuts();
}
?>

<html>
<head>
<title><?php 
echo GetStringFromStringTable("IDS_PAGETITLES_8", $config);
?>
</title>