<?
include './system/common.php';
include './system/functions.php';
include './system/user.php';
if(!$user OR !$ban) {
header('location: /');
exit;
}
$title = 'Ban';
include './system/h.php';
?>
<div class='line'></div>
<div class='menu'>
<li align='center'><img src='' alt='*'/></li>
<li class='no_b' align='center'>
Time left: <?=_time($ban['time'] - time())?><br/>
Please wait till end of ban!
</li>
</div>
<?
include './system/f.php';
?>