欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

ecshop首页要求会员用户先登录成功后才能跳转到首页

时间: 2024-02-25 10:43 阅读: 作者:素材无忧网

我们希望访问ECSHOP网站首页的时候,要求必须登录,登录成功后才能正常显示首页。
步骤一:打开index.php文件
查找:
require(dirname(__FILE__) . '/includes/init.php');
在下面添加一行:
if($_SESSION['user_id']<1){Header("Location: user.php");}
第二步:打开 user.php
查找:约300行
show_message($_LANG['login_success'] . $ucdata , array($_LANG['back_up_page'], $_LANG['profile_lnk']), array($back_act,'user.php'), 'info');
修改为:
show_message($_LANG['login_success'] . $ucdata , array('返回网站首页', $_LANG['profile_lnk']), array('index.php','user.php'), 'info');
大功告成@!

版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: ecshop首页要求会员用户先登录成功后才能跳转到首页

标签: ecshop首页  
推荐文章
模板推荐