mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 10:34:01 +02:00
JSON export plugin (http://forum.zdrojak.cz/?topic=808)
This commit is contained in:
@@ -11,6 +11,7 @@ function adminer_object() {
|
||||
$plugins = array(
|
||||
// specify enabled plugins here
|
||||
new AdminerDatabaseHide(array('information_schema')),
|
||||
new AdminerDumpJson,
|
||||
new AdminerDumpZip,
|
||||
new AdminerDumpXml,
|
||||
//~ new AdminerSqlLog("past-" . rtrim(`git describe --tags --abbrev=0`) . ".sql"),
|
||||
|
Reference in New Issue
Block a user