]> git.joonet.de Git - adminer.git/commitdiff
VersionNoverify plugin: Do not block other plugins
authorJakub Vrana <jakub@vrana.cz>
Sun, 16 Feb 2025 17:07:09 +0000 (18:07 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:44 +0000 (11:16 +0100)
plugins/version-noverify.php

index 8d486b54bb7f01c27a4cb3effde7a4c42947c5fd..b552cbbd9da6354823baa4def2246dfa385f30d1 100644 (file)
@@ -10,7 +10,6 @@ class AdminerVersionNoverify {
        
        function head() {
                echo script("verifyVersion = function () {};");
-               return true;
        }
        
 }