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

SimpleDB, Firebird, ClickHouse: Move to plugin

This commit is contained in:
Jakub Vrana
2021-02-08 19:56:15 +01:00
parent 4038144c38
commit 51abdcdab9
10 changed files with 35 additions and 11 deletions

View File

@@ -8,6 +8,9 @@ function adminer_object() {
include_once $filename;
}
// enable extra drivers just by including them
//~ include "../plugins/drivers/simpledb.inc.php";
$plugins = array(
// specify enabled plugins here
new AdminerDatabaseHide(array('information_schema')),