View file SYSTEM/include/ban_2.php

File size: 141B
<?

if (isset($user) && $user['ban_st']==1 && $user['ban_t']>$time)
{
header("Location: ".BASEDIR."ban.php?".SID."");
exit;
}


?>