1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00
Files
2025-03-07 12:17:14 +01:00
..
2025-03-07 12:03:29 +01:00
2025-03-07 12:03:29 +01:00
2025-03-07 12:03:29 +01:00
2025-03-07 12:03:29 +01:00

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";
?>