We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c17a08 + 13407ee commit d61e758Copy full SHA for d61e758
src/Naneau/Obfuscator/StringScrambler.php
@@ -39,6 +39,8 @@ public function __construct($salt = null)
39
$this->setSalt(
40
md5(microtime(true) . rand(0,1))
41
);
42
+ } else {
43
+ $this->setSalt($salt);
44
}
45
46
0 commit comments