<?
include './inc/baza.php';
include './inc/functional.php';
include './inc/profile.php';
if(!$user OR !$ban) {
header('location: /');
exit;
}
$title = 'Бан';
include './inc/verx.php';
?>
<div class='title'><?=$title?></div>
<div class='line'></div>
<div class='block'>
Вы нарушили правила игры и теперь заблокированы!<br>До окончания бана осталось: <?=_time($ban['time'] - time())?></div>
<?
include './inc/niz.php';
?>