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