if ($cmdChange != "" && $txtCSnail != "" && $txtCSlow != "" && $txtCNormal != "" && $txtCShort != "" && $txtCBlitz != "") {
    $mode = 0;
    if ($timing_mode == 'time_game') {
        $tmode = 0;
    } elseif ($timing_mode == 'time_players') {
        $mode = 1;
    }
    $oR3DCQuery->SetServerGameOptions($txtCSnail, $txtCSlow, $txtCNormal, $txtCShort, $txtCBlitz, $mode);
}
if (!$bCronEnabled) {
    if ($oR3DCQuery->ELOIsActive()) {
        $oR3DCQuery->ELOCreateRatings();
    }
    $oR3DCQuery->MangeGameTimeOuts();
}
LanguageFile::load_language_file2($conf);
?>

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

<META NAME="keywords" CONTENT="">
<META NAME="DESCRIPTION" CONTENT="">
<META NAME="OWNER" CONTENT="Christian">
<META NAME="RATING" CONTENT="General">
<META NAME="ROBOTS" CONTENT="index,follow">
<META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="English">