Файл: public_html/ban.php
Строк: 23
<?
include './system/common.php';
include './system/functions.php';
include './system/user.php';
if(!$user OR !$ban) {
header('location: /');
exit;
}
$title = 'Бан';
include './system/h.php';
?>
<center><img width='100%' src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSlA_3xTgbL40wX0dWiAQ-Uyoa73TIHRJEyTlxkWo7gKCLcFIPT"></center>
<center><div class='menu'>
<div class=block><font color=red><b>Ваш игрок забанен!<br/>
Осталось: <?=_time($ban['time'] - time())?><br/>
Причина: <?=$ban['reason']?>
</div></center>
<?
include './system/f.php';
?>