1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 10:34:01 +02:00
This commit is contained in:
Jakub Vrana
2013-02-07 19:04:36 -08:00
parent 34633a4e60
commit dd9167a101
2 changed files with 63 additions and 0 deletions

View File

@@ -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"),