瀏覽代碼

Avoid leaking tokens

Nathaniel van Diepen 7 年之前
父節點
當前提交
c418cd46ba
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/security.php

+ 2 - 2
lib/security.php

@@ -112,7 +112,7 @@
 						$_SESSION['secret_key'] = $u['secret_key'];
 						$r = true;
 					}else{
-						$r = __("Token didn't match ").$u['secret_key'];
+						$r = __("Token didn't match");
 					}
 				break;
 				default:
@@ -273,4 +273,4 @@
 		$finalhash = pack("H*", sha1($firsthash.$salt));
 		return "$".base64_encode($salt)."$".base64_encode($finalhash);
 	}
-?>
+?>