mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Add mongodb as a possible driver
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
$drivers["mongo"] = "MongoDB (beta)";
|
||||
|
||||
if (isset($_GET["mongo"])) {
|
||||
$possible_drivers = array("mongo");
|
||||
$possible_drivers = array("mongo", "mongodb");
|
||||
define("DRIVER", "mongo");
|
||||
|
||||
if (class_exists('MongoDB')) {
|
||||
|
Reference in New Issue
Block a user