Merge remote-tracking branch 'origin/master' into beta
Showing
5 changed files
with
29 additions
and
1 deletions
@@ -466,7 +466,7 @@ class HomeController extends AbstractAction | @@ -466,7 +466,7 @@ class HomeController extends AbstractAction | ||
466 | $serviceUrl = 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='; | 466 | $serviceUrl = 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='; |
467 | if ($uid) { | 467 | if ($uid) { |
468 | $time = time() . '000'; | 468 | $time = time() . '000'; |
469 | - $info = 'userId=' . $uid . '&name=' . $this->_uname . '&memo=&hashCode=' . md5(rawurlencode($uid . $this->_uname . $time . '1231')) . '×tamp=' . $time; | 469 | + $info = 'userId=' . $uid . '&name=' . $this->_uname . '&memo=&hashCode=' . md5( strtoupper( rawurlencode($uid . $this->_uname . $time . '1231') ) ) . '×tamp=' . $time; |
470 | $serviceUrl .= rawurlencode($info); | 470 | $serviceUrl .= rawurlencode($info); |
471 | } | 471 | } |
472 | 472 |
-
Please register or login to post a comment