Удаление устаревшего неиспользуемого материала и кода.

This commit is contained in:
lopar
2018-06-24 04:18:49 +03:00
parent 8b2defab33
commit 5b74cbef3c
111 changed files with 124 additions and 5116 deletions
+1 -2
View File
@@ -1483,8 +1483,7 @@ if (isset($_GET['edit'])) {
<td>
<BR>
Уровень: <b><?= $user['level'] ?></b><BR>
Опыт: <b><?= $user['exp'] ?></b> <a href='exptable.html'
target=_blank>(<?= $user['nextup'] ?>)</a><BR>
Опыт: <b><?= $user['exp'] ?></b> (<?= $user['nextup'] ?>)<BR>
Побед: <b><?= $user['win'] ?></b><BR>
Поражений: <b><?= $user['lose'] ?></b><BR>
Ничьих: <b><?= $user['nich'] ?></b><BR>