Исправление ошибок.
This commit is contained in:
parent
7cfa75f09a
commit
b94516a0a4
1391
ekr.bac.php
1391
ekr.bac.php
File diff suppressed because it is too large
Load Diff
2
logs.php
2
logs.php
@ -510,6 +510,8 @@ if (isset($btl['id']) && $btl['team_win'] != -1 && isset($_GET['analiz'])) {
|
||||
'<span onClick="top.addTo(\'' . $d['login2'] . '\',\'to\'); return false;" oncontextmenu="top.infoMenu(\'' . $d['login2'] . '\',event,\'chat\'); return false;" class="CSSteam' . $d['t2'] . '">' . $d['login2'] . '</span>',
|
||||
$rt
|
||||
);
|
||||
$d['time1'] = intval($d['time1']);
|
||||
$d['time2'] = intval($d['time2']);
|
||||
$rt = str_replace('{pr}', '<b>' . $d['prm'] . '</b>', $rt);
|
||||
$rt = str_replace('^^^^', '=', $rt);
|
||||
$rt = str_replace('{tm1}', '<span class="date">' . date('H:i', $d['time1']) . '</span>', $rt);
|
||||
|
Loading…
Reference in New Issue
Block a user