Файл: public_html/ok.php
Строк: 32
<?
include './system/common.php';
include './system/functions.php';
include './system/user.php';
$title = 'Сохранение';
include './system/h.php';
if($user['level'] <=1){
?><div class='content'>
<center><div class='hoh'>Проверьте данные</center>
<div class='separ'></div>
<center>Имя персонажа:<img src='/images/icon/race/<?=$user['r'].($user['online'] > (time() - 300) ? '':'-off')?>.png' alt='*'/> <?=$user['login']?></center>
<Center>Ваш пароль: <?=$user['password']?>
</center>
<center><a class='btn' href='/index.php'><span class='end'><span class='label'>Всё верно</a></span></span>
</div>
<?
}else{
?> <center>Приятной игры</center>
<?
}
include './system/f.php';
?>