1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

Plugins: Remove obsolete instructions

This commit is contained in:
Jakub Vrana
2025-03-22 22:34:52 +01:00
parent e0dde9034f
commit 8da9239279

View File

@@ -1,11 +0,0 @@
Enable drivers in this directory like this:
<?php
function adminer_object() {
include "./plugins/drivers/simpledb.php"; // the driver is enabled just by including
return new Adminer\Adminer; // or return AdminerPlugin if you want to use other plugins
}
// include original Adminer
include "./adminer.php";
?>