首页 > CMS > 帝国Empire > 正文

帝国cms用户登录判断与设置会员查看权限 (判断是否登陆)

2024-08-28 12:25:25
字体:
来源:转载
供稿:网友
列表模板最上面加下面代码
<!--code.start-->?
if(!$_COOKIE[ecmsmlusername])
{
echo"<script>alert('还未登陆');history.go(-1);</script>";
exit();
}
?<!--code.end-->

ecms为你的cookie前缀,可以看e/class/config.php
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表