首页 > CMS > 帝国Empire > 正文

帝国栏目列表设置会员查看权限

2024-08-28 12:27:37
字体:
来源:转载
供稿:网友

列表模板最上面加下面代码
<!--code.start-->?
if(!$_COOKIE[ecmsmlusername])
{
echo"<script>alert('还未登陆');history.go(-1);</script>";
exit();
}
?<!--code.end-->

ecms为你的cookie前缀,可以看e/class/config.php

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表