From 953c10031a45528fbc667887661c79c9f98362e2 Mon Sep 17 00:00:00 2001 From: "feng.hong" Date: Mon, 23 Sep 2013 14:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I63e83ac7fabf0bca00dad56b148a8c5bc13c1434 --- rennclient/RennClientBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/rennclient/RennClientBase.php b/rennclient/RennClientBase.php index c438d84..3b7e946 100755 --- a/rennclient/RennClientBase.php +++ b/rennclient/RennClientBase.php @@ -750,7 +750,6 @@ public function loadToken($key) { * @param array $token */ public function saveToken($key, $token) { - echo $key; setcookie ( $key, http_build_query ( $token ) ); } }