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