]> git.joonet.de Git - adminer.git/commitdiff
Fix typo in comment
authorJakub Vrana <jakub@vrana.cz>
Thu, 20 Feb 2025 10:47:38 +0000 (11:47 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 20 Feb 2025 10:47:38 +0000 (11:47 +0100)
plugins/login-otp.php

index f2e55f6e293d80f9fb0a19263c2391ceac7b28b1..f639dab51c519e2dc367e40a1747c58ae4f6f042 100644 (file)
@@ -11,7 +11,7 @@ class AdminerLoginOtp {
        var $secret;
        
        /** 
-       * @param string decoded secret, e.g. base32_decode("SECRET")
+       * @param string decoded secret, e.g. base64_decode("SECRET")
        */
        function __construct($secret) {
                $this->secret = $secret;