@@ -251,7 +251,7 @@ discard block |
||
251 | 251 | $masked = implode('.', $tmp); |
252 | 252 | |
253 | 253 | } else { |
254 | - $masked = str_repeat('*', strlen($str) - 6) . substr($str, -6); |
|
254 | + $masked = str_repeat('*', strlen($str) - 6) . substr($str, -6); |
|
255 | 255 | } |
256 | 256 | |
257 | 257 | return $masked; |
@@ -783,7 +783,7 @@ discard block |
||
783 | 783 | */ |
784 | 784 | function create_session_id(): string |
785 | 785 | { |
786 | - $hash = rand() . 'ej;1zj47vu;3e;31g642941ek62au/41' . time(); |
|
786 | + $hash = rand() . 'ej;1zj47vu;3e;31g642941ek62au/41' . time(); |
|
787 | 787 | |
788 | 788 | return md5($hash); |
789 | 789 | } |