Пример #1
0
            unset($_SESSION['LOGIN']);
        }
        $login = "******";
        header('Location: ./index.php');
    } else {
        $login = "******";
    }
}
////////////////////////////////////////////////
$txtfunc = $_POST['txtfunc'];
$txtid = $_POST['txtid'];
if ($txtfunc != "" && $txtid != "") {
    if ($txtfunc == 2) {
        $oR3DCQuery->DeleteEmailLog($txtid);
    } else {
        $oR3DCQuery->SendEmailLog($txtid);
    }
}
if (!$bCronEnabled) {
    if ($oR3DCQuery->ELOIsActive()) {
        $oR3DCQuery->ELOCreateRatings();
    }
    $oR3DCQuery->MangeGameTimeOuts();
}
?>

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