<!--code.start-->?
if(!$_COOKIE[ecmsmlusername])
{
echo"<script>alert('还未登陆');history.go(-1);</script>";
exit();
}
?<!--code.end-->
ecms为你的cookie前缀,可以看e/class/config.php
<!--code.start-->?
if(!$_COOKIE[ecmsmlusername])
{
echo"<script>alert('还未登陆');history.go(-1);</script>";
exit();
}
?<!--code.end-->
ecms为你的cookie前缀,可以看e/class/config.php
本文标题:帝国cms栏目列表设置会员查看权限