mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 19:57:57 +02:00
Update plugins/captcha/crypt/cryptographp.fct.php
This commit is contained in:
@@ -21,7 +21,7 @@ function dsp_crypt($cfg = 0, $reload = 1) {
|
||||
function chk_crypt($code) {
|
||||
include ($_SESSION['configfile']);
|
||||
$code = addslashes ($code);
|
||||
$code = str_replace(' ', '', $code); // supprime les espaces saisis par erreur.
|
||||
$code = str_replace(' ', '', $code);
|
||||
$code = ($difuplow ? $code : strtoupper($code));
|
||||
switch (strtoupper($cryptsecure)) {
|
||||
case "MD5" : $code = md5($code); break;
|
||||
|
Reference in New Issue
Block a user