mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 01:30:12 +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,6 +7,7 @@ Adminer 4.9.0-dev:
|
|||||||
- Add new Elasticsearch 7 driver.
|
- Add new Elasticsearch 7 driver.
|
||||||
- Set saving to file as a default export option.
|
- Set saving to file as a default export option.
|
||||||
- Improve URL and email detection.
|
- Improve URL and email detection.
|
||||||
|
- Fix AdminerVersionNoverify plugin blocking other plugins to modify HTML head.
|
||||||
- Update composer.json.
|
- Update composer.json.
|
||||||
|
|
||||||
Adminer 4.8.2 (released 2024-03-16):
|
Adminer 4.8.2 (released 2024-03-16):
|
||||||
|
@@ -10,7 +10,6 @@ class AdminerVersionNoverify {
|
|||||||
|
|
||||||
function head() {
|
function head() {
|
||||||
echo script("verifyVersion = function () {};");
|
echo script("verifyVersion = function () {};");
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user