用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);
本网刊登的文章均仅代表作者个人观点,并不代表本网立场。文中的论述和观点,敬请读者注意判断。
本文地址:http://www.xlkjgs.com/notes/web/12735.html