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

Add Bzip2 export plugin

This commit is contained in:
Jakub Vrana
2013-05-28 10:28:47 -07:00
parent 55c494b767
commit 5eb3eaa06e
3 changed files with 43 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ function adminer_object() {
// specify enabled plugins here
new AdminerDatabaseHide(array('information_schema')),
new AdminerDumpJson,
new AdminerDumpBz2,
new AdminerDumpZip,
new AdminerDumpXml,
new AdminerDumpAlter,