请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

点击退出后还能直接进入后台

  LoginController.class.php文件中
    public function index(){
		if(session('adminUser')==null){
			redirect('/index.php?m=admin&c=index');
		}
    	return $this->display();
    }
	public function Loginout(){
		session('adminUser',NULL) ;
		redirect('/index.php?m=admin&c=login');
	}
前端:
<a href="/index.php?m=admin&c=login&a=loginout"><i class="fa fa-fw fa-power-off"></i> 退出</a>

点击退出后,输入后台网址:http://localhost/index.php?m=admin&c=index,能直接进入后台

麻烦老师帮忙指导下,代码改成什么样

正在回答 回答被采纳积分+3

1回答

singwa 2017-05-25 22:56:37

您好,退出后不能进入后台那他是到了哪个页面?麻烦截图我看看

0 回复 有任何疑惑可以回复我~
  • 提问者 慕莱坞4511117 #1
    老师您好,可能我没表达清楚,我现在的情况是这样的:我用admin登陆进入后台后,点击退出按钮,能退出系统,而且回到了登陆页,但是这时候我再在浏览器中输入后台首页地址(http://localhost/index.php?m=admin&c=index),按照逻辑,应该回到登陆页,让用户登陆,可是我却能直接进入到后台首页。
    回复 有任何疑惑可以回复我~ 2017-05-26 17:28:45
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信