mirror of
https://github.com/vrana/adminer.git
synced 2025-09-03 03:13:00 +02:00
No-verify plugin breaks others
Does not need to block other plugins from using the head() method.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user