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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user