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

Plugin to hide databases

This commit is contained in:
Jakub Vrana
2012-02-23 22:56:03 -08:00
parent c7f1a6322e
commit 9e7fcdf32c
2 changed files with 29 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ function adminer_object() {
$plugins = array(
// specify enabled plugins here
new AdminerDatabaseHide(array('information_schema')),
new AdminerDumpZip,
new AdminerDumpXml,
//~ new AdminerSqlLog("past-" . rtrim(`git describe --tags --abbrev=0`) . ".sql"),