No-verify plugin breaks others

Does not need to block other plugins from using the head() method.
This commit is contained in:
Roy Orbitson 2023-08-09 11:21:06 +09:30 committed by GitHub
parent 343b6bdac3
commit 2d30330f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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