소스 검색

:fire: mint_token

visuddhinanda 2 년 전
부모
커밋
cdc8299fcc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      public/app/ucenter/index.php

+ 0 - 1
public/app/ucenter/index.php

@@ -176,7 +176,6 @@ if (isset($_POST["op"]) && $_POST["op"] == "new") {
 					setcookie("token", $jwt, ["expires"=>$ExpTime,"path"=>"/","secure"=>true,"httponly"=>true]);
 				}
 				#给js用的
-				setcookie("mint_token", $jwt, time()+60*60*24*365,"/");
 				setcookie("uid", $uid, time()+60*60*24*365,"/");
 				setcookie("username", $username, time()+60*60*24*365,"/");
 				setcookie("userid", $user_uuid, time()+60*60*24*365,"/");