Merge pull request #45 from Roy-Orbison/plugin-noverify-bug

No-verify plugin breaks others
This commit is contained in:
Lionel 2023-08-09 08:39:57 +02:00 committed by GitHub
commit f312b489ab
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;
}
}