Captcha is turned ".(X::$conf['kt']['postcode'] ? 'on' : 'off').".
";
$temp.= "
Maximum message length is ".(intval(X::$conf['kt']['textsize']) > 0 ? X::$conf['kt']['textsize'] : '∞')." symbols.
";
$temp.= "
Maximum file size is ".X::$conf['kt']['filesize']." MiB.
";
$temp.= "
Minimum allowed delay between consequent posts from one user is ".(X::$conf['kt']['interval'] ? X::$conf['kt']['interval'].' seconds' : 'turned off').".
";
if(!empty($list)){
$temp.= "You are allowed to post any ";
$temp.= implode(', ',$list);
$temp.= " except those violating the rules.";
} else {
$temp.= "You are not allowed to post any file types.";
}
$temp.= "
";
}
$temp.= "
Last updated: ".date('l jS \of F Y h:i:s A')." (mod.".X::$mode.")