Why is this escaped?
This commit is contained in:
parent
e35467e3b9
commit
3ed15565b0
@ -1769,7 +1769,7 @@ function generate_tripcode($name) {
|
||||
|
||||
// generate salt
|
||||
$salt = substr($trip . 'H..', 1, 2);
|
||||
$salt = preg_replace('/[^\.-z]/', '.', $salt);
|
||||
$salt = preg_replace('/[^.-z]/', '.', $salt);
|
||||
$salt = strtr($salt, ':;<=>?@[\]^_`', 'ABCDEFGabcdef');
|
||||
|
||||
if ($secure) {
|
||||
|
Loading…
Reference in New Issue
Block a user