phpcms v9投稿删除修改方法
phpcms\modules\member\content.php
$where = ” checkid=’$checkid’ and username=’$username’ and status!=99 “;
修改为
$where = ” checkid=’$checkid’ and username=’$username’ and status =99 “;
禁用//if($r[‘status’]==99) showmessage(L(‘has_been_verified’));
