[javascript] view plain copy 在CODE上查看代码片派生到我的代码片
/*if($cfg_ask_guestview == 'N' && empty($this->cfg_ml->M_ID))
{
ShowMsg('您尚未登录,请先登录',$GLOBALS['cfg_ask_member']);
exit;
}*/
[javascript] view plain copy 在CODE上查看代码片派生到我的代码片
匿名提问,不需要登陆。
[javascript] view plain copy 在CODE上查看代码片派生到我的代码片
//检查在有效期内是否存在同样的问题
[php] view plain copy 在CODE上查看代码片派生到我的代码片
//$rs = $this->question->get_title($data['uid'],$data['title']);
//die($data['uid']);
/*if($rs){
ShowMsg('请不要重复发布同一问题,请耐心等待解答..', "index.php");
exit;
}*/
跳过模板的检查