Remove affected plugin. PR: 289262 Security: CVE-2023-45197 Security: CVE-2023-45196 Security: CVE-2023-45195 MFH: 2025Q3
21 lines
382 B
PHP
21 lines
382 B
PHP
<?php
|
|
/**
|
|
* List of all included plugins can be found at the
|
|
* beginning of index.php
|
|
*/
|
|
return [
|
|
new AdminerDarkSwitcher,
|
|
|
|
new AdminerPrettyJsonColumn,
|
|
|
|
new AdminerDumpJson,
|
|
|
|
new AdminerDumpXml,
|
|
|
|
// install zip extension to use this
|
|
new AdminerDumpZip,
|
|
|
|
// install bz2 extension to use this
|
|
new AdminerDumpBz2,
|
|
];
|