1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 22:23:19 +02:00

Verify if adminer.version was created on www.adminer.org

This commit is contained in:
Jakub Vrana
2018-01-24 15:10:44 +01:00
parent 6c96b060e7
commit 8b29ae910f
3 changed files with 17 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ function verifyVersion(current, url, token) {
if (match) {
cookie('adminer_version=' + match[1], 1);
ajax(url + 'script=version', function () {
}, 'version=' + match[1] + '&token=' + token);
}, event.data + '&token=' + token);
}
}
}, false);