登录微擎后台直接跳转到人人商城后台首页


登录微擎后台直接跳转到人人商城后台首页

 

 

路径:web/source/user/login.ctrl.php

if ($record['username']=='admin') {

isetcookie('__uniacid', 1, 7 * 86400);
header('location:'.url('site/entry/web',array('m'=>'ewei_shopv2')));
    // itoast("欢迎回来,{$record['username']}。", $forward, 'success');
}else{
isetcookie('__uniacid', 2, 7 * 86400);
                        header('location:'.url('site/entry/web',array('m'=>'ewei_shopv2')));
}

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM