pre-final

This commit is contained in:
lopar 2019-01-16 02:28:13 +02:00
parent 1dd005039b
commit a3aac9238e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if (!empty($q->error)) $status = $q->error;
<body>
<div style="float: right;">
<?php if (($user['level'] < 5 OR $user['admin'] == 1) AND $user['hp'] < $user['maxhp']): ?>
<button onclick="location.href='?hps=1'">Восстановить здоровье</button>
<button onclick="location.href='?hps'">Восстановить здоровье</button>
<? endif ?>
<button onclick="location.href='?'">Обновить</button>
<button onclick="location.href='?exit'">Вернуться</button>