登陆或注册成功后跳回到原来的页面 使用session

// 判断没有登陆时,跳转到登陆页面 protected function check_login(){ // header("location:".getenv("HTTP_REFERER")); $session_user=session('user'); if(empty($session_user)){ // $this->err
相关文章
相关标签/搜索