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

列表模板最上面加下面代码

<!–code.start–>?

if(!$_COOKIE[ecmsmlusername])

{

echo”<script>alert(‘还未登陆’);history.go(-1);</script>”;

exit();

}

?<!–code.end–>

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

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享