]> git.mxchange.org Git - mailer.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 10 Nov 2023 06:26:21 +0000 (07:26 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 10 Nov 2023 06:26:21 +0000 (07:26 +0100)
- mcrypt is out-dated, so let's count it as bad

Signed-off-by: Roland Häder <roland@mxchange.org>
contrib/autoreg_test.php

index 76e51eb205a4b6523879692579d01dc489a69568..896b2dbe374dfb4b90c92c64bbe6dc1782a161c6 100644 (file)
@@ -50,6 +50,7 @@ if (function_exists('mcrypt_encrypt')) {
 } else {
        // Not detected, not bad but would be good to have
        print basename(__FILE__) . ': mcrypt support <strong>NOT</strong> detected. <font color="yellow">Fix me!</font><br />';
+       $bad++;
 }
 
 // Output total result