dev #28

Merged
lopar merged 5 commits from dev into master 2023-01-11 13:19:11 +00:00
3 changed files with 1289 additions and 2362 deletions
Showing only changes of commit b94516a0a4 - Show all commits

File diff suppressed because it is too large Load Diff

2248
ekr.php

File diff suppressed because it is too large Load Diff

View File

@ -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);