mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
Remove .inc extension from driver plugins
This commit is contained in:
@@ -2,7 +2,7 @@ Enable drivers in this directory like this:
|
||||
|
||||
<?php
|
||||
function adminer_object() {
|
||||
include "./plugins/drivers/simpledb.inc.php"; // the driver is enabled just by including
|
||||
include "./plugins/drivers/simpledb.php"; // the driver is enabled just by including
|
||||
return new Adminer; // or return AdminerPlugin if you want to use other plugins
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user