diff --git a/plugins/version-noverify.php b/plugins/version-noverify.php index 8d486b54..cbf79d8e 100644 --- a/plugins/version-noverify.php +++ b/plugins/version-noverify.php @@ -7,10 +7,9 @@ * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerVersionNoverify { - + function head() { echo script("verifyVersion = function () {};"); - return true; } - + }