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

@ -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;
}
}