X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fstatadm.php;h=c40a2e24def26c9f811b2f2b72c4655ba99099fe;hb=1532532dd4d3670d6d55560bbc3cbb0b238f74cd;hp=07b847e9f284073254c742c900d68bafa51aa28a;hpb=d75b1ebddf8c212f6532511bf8371e10e9e9656e;p=brisk.git diff --git a/web/briskin5/statadm.php b/web/briskin5/statadm.php index 07b847e..c40a2e2 100644 --- a/web/briskin5/statadm.php +++ b/web/briskin5/statadm.php @@ -100,12 +100,12 @@ function main_file($curtime) continue; } - // echo $p++." ".BRISKIN5_PLAYERS_N."
"; + // echo $p++." ".BIN5_PLAYERS_N."
"; $found = FALSE; $mult = 1; - for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) { - for ($e = $i + 1 ; $e < BRISKIN5_PLAYERS_N ; $e++) { + for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) { + for ($e = $i + 1 ; $e < BIN5_PLAYERS_N ; $e++) { if ($ar[10+($i*2)] == $ar[10+($e*2)]) { $mult = abs($ar[10+($i*2)]); $found = TRUE; @@ -117,7 +117,7 @@ function main_file($curtime) if ($mult == 0) continue; - for ($i = 0 ; $i < BRISKIN5_PLAYERS_N ; $i++) { + for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) { // echo $p." i) ".$i."
"; $username = $ar[9+($i*2)]; if (($item = $bdb->getitem_bylogin($username, &$id)) == FALSE) {