登陸或註冊成功後跳回到原來的頁面 使用session

// 判斷沒有登陸時,跳轉到登陸頁面 protected function check_login(){ // header("location:".getenv("HTTP_REFERER")); $session_user=session('user'); if(empty($session_user)){ // $this->err
相關文章
相關標籤/搜索