Skip to content

Commit

Permalink
Remove "hacked" from "hacked by Lance Rushing"
Browse files Browse the repository at this point in the history
Remove "hacked" from "hacked by Lance Rushing", because it is a false positive for some malware scanner who check for the string "hacked by".
See also: https://core.trac.wordpress.org/ticket/27946
  • Loading branch information
Zodiac1978 committed Sep 11, 2014
1 parent c2ab690 commit 9bbeb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.smtp.php
Expand Up @@ -441,7 +441,7 @@ protected function hmac($data, $key)
// RFC 2104 HMAC implementation for php.
// Creates an md5 HMAC.
// Eliminates the need to install mhash to compute a HMAC
// Hacked by Lance Rushing
// by Lance Rushing

$bytelen = 64; // byte length for md5
if (strlen($key) > $bytelen) {
Expand Down

0 comments on commit 9bbeb39

Please sign in to comment.