1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 06:37:33 +02:00

VersionNoverify plugin: Do not block other plugins

This commit is contained in:
Jakub Vrana
2025-02-16 18:07:09 +01:00
parent 2d8b6ec771
commit 17974cdf76

View File

@@ -10,7 +10,6 @@ class AdminerVersionNoverify {
function head() {
echo script("verifyVersion = function () {};");
return true;
}
}