Ejemplo n.º 1
0
    } else {
        $login = "******";
    }
}
////////////////////////////////////////////////
$txtcommand = trim($_POST['txtcommand']);
$rdoPendingPlayer = trim($_POST['rdoPendingPlayer']);
if ($txtcommand != "" && $rdoPendingPlayer != "") {
    if ($txtcommand == "A") {
        $oAdmin->AcceptNewPlayer($config, $rdoPendingPlayer);
        if ($oR3DCQuery->ELOIsActive()) {
            $oR3DCQuery->ELOCreateRatings();
        }
    } else {
        if ($txtcommand == "R") {
            $oAdmin->RevokeNewPlayer($config, $rdoPendingPlayer);
        }
    }
}
if (!$bCronEnabled) {
    if ($oR3DCQuery->ELOIsActive()) {
        $oR3DCQuery->ELOCreateRatings();
    }
    $oR3DCQuery->MangeGameTimeOuts();
}
?>

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