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:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user