X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fhelper%2Fcaptcha%2Fweb%2Fclass_GraphicalCodeCaptcha.php;fp=inc%2Fclasses%2Fmain%2Fhelper%2Fcaptcha%2Fweb%2Fclass_GraphicalCodeCaptcha.php;h=6dcf0aa0223734c3300fe03eae76d32a977baa86;hb=bd76aca7b0d57400078d224e8dca9b3b4fb6a015;hp=b3e3b55148e5f855a1ba36fb99470189ee7694f9;hpb=116c558e7c0d80359a0c4ac0dbd4decff51bdcf2;p=shipsimu.git diff --git a/inc/classes/main/helper/captcha/web/class_GraphicalCodeCaptcha.php b/inc/classes/main/helper/captcha/web/class_GraphicalCodeCaptcha.php index b3e3b55..6dcf0aa 100644 --- a/inc/classes/main/helper/captcha/web/class_GraphicalCodeCaptcha.php +++ b/inc/classes/main/helper/captcha/web/class_GraphicalCodeCaptcha.php @@ -100,7 +100,7 @@ class GraphicalCodeCaptcha extends BaseCaptcha implements SolveableCaptcha { $searchChars = $this->getConfigInstance()->readConfig('captcha_search_chars'); // Get fixed salt and use it as "replacement characters" - $replaceChars = $this->getRngInstance()->getFixedSalt(); + $replaceChars = $this->getRngInstance()->getExtraSalt(); // Remove any plus, equals or slashes for ($searchIdx = 0; $searchIdx < strlen($searchChars); $searchIdx++) {