东方星雨

简单网络

一个爱好网络的80后男站长。

关注我东方星雨个人微信号:476847113

您现在的位置是:首页 > 站长日志

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

2013-05-04 站长 站长日志

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


<!--code.start-->?

if(!$_COOKIE[ecmsmlusername])

{

echo"<script>alert('还未登陆');history.go(-1);</script>";

exit();

}

?<!--code.end-->

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

 

文章评论