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

Initialize version-noverify sooner (bug #705)

This commit is contained in:
Jakub Vrana
2019-11-11 11:53:09 +01:00
parent 5acdc55a4a
commit 0678ce1222

View File

@@ -8,8 +8,9 @@
*/
class AdminerVersionNoverify {
function navigation($missing) {
function head() {
echo script("verifyVersion = function () {};");
return true;
}
}