首页 > CMS > 织梦DEDE > 正文

登陆后直接转跳到首页而不是管理中心解决办法_DedeCms教程

2024-08-30 19:09:38
字体:
来源:转载
供稿:网友

用Dreamweaver8或者EditPlus打开/member/index_do.php

行码

388 if(empty($gourl)||eregi("action|_do",$gourl)){
389 ShowMsg("成功登录,5秒钟后进入管理中心...","control.php",0,2000);
390 }else{
400 ShowMsg("成功登录,转到进入页面...",$gourl,0,2000);
修改为:

行码

388 if(empty($gourl)||eregi("action|_do",$gourl)){
389 ShowMsg("成功登录,5秒钟后进入首页...","../../",0,2000);
390 }else{
400 ShowMsg("成功登录,转到进入页面...",$gourl,0,2000);

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表