Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
if(!TestPurview('a_Check,a_AccCheck,a_MyCheck'))
{
$arcrank = -1;
}
|
if( $cfg_notallowstr != '' )
{
if(preg_match("#".$cfg_notallowstr."#i", $title))
{
ShowMsg("title has not allow words!","-1");
exit();
}
if(preg_match("#".$cfg_notallowstr."#i", $shorttitle))
{
ShowMsg("shorttitle has not allow words!!","-1");
exit();
}
if(preg_match("#".$cfg_notallowstr."#i", $description))
{
ShowMsg("description has not allow words!","-1");
exit();
}
if(preg_match("#".$cfg_notallowstr."#i", $body))
{
ShowMsg("body has not allow words!","-1");
exit();
}
}
|