添加供应内容过滤手机号
在sell.class.php添加
function add($post) {
$post['content'] = preg_replace("/1([0-9]{10})/","",$post['content']);
添加供应内容过滤手机号
在sell.class.php添加
function add($post) {
$post['content'] = preg_replace("/1([0-9]{10})/","",$post['content']);