Ver código fonte

:fire: mint_token

visuddhinanda 2 anos atrás
pai
commit
cdc8299fcc
1 arquivos alterados com 0 adições e 1 exclusões
  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,"/");