ecshop用户登录成功后,我不需要跳转到信息提示页面可以直接跳转到指定的页面吗? 各位大神求解!
展开全部
将user.php 362行:
show_message($_LANG['login_success'] . $ucdata , array($_LANG['back_up_page'], $_LANG['profile_lnk']), array($back_act,'user.php'), 'info');
改成:
header("Location: user.php\n");exit;
这样登陆后 就会直接跳转到user.php页面
show_message($_LANG['login_success'] . $ucdata , array($_LANG['back_up_page'], $_LANG['profile_lnk']), array($back_act,'user.php'), 'info');
改成:
header("Location: user.php\n");exit;
这样登陆后 就会直接跳转到user.php页面
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询