colly_wyx
2018-05-03 07a2ed1e505a9b983578336866117dd80a1352e9
application/modules/Public/controllers/User.php
@@ -28,7 +28,13 @@
            else{
               exit($this->showSuccess('登录成功', true));
            }
         }
         }
         else{
            $session = Yaf_Session::getInstance();
            if(isset($session['user'])){
               $this->redirect('/admin/index/index');
            }
         }
      }
      /**