@@ -283,11 +283,4 @@ function S($name,$value='',$options=null) {
$expire = is_numeric($options)?$options:NULL;
return Think\Cache::set($name, $value, $expire);
}
// 过滤表单中的表达式
function filter_exp(&$value){
if (in_array(strtolower($value),array('exp','or'))){
$value .= ' ';
The note is not visible to the blocked user.