mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Mark Elastic and Mongo drivers as experimental
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$drivers["elastic"] = "Elasticsearch";
|
||||
$drivers["elastic"] = "Elasticsearch (experimental)";
|
||||
|
||||
if (isset($_GET["elastic"])) {
|
||||
$possible_drivers = array("json");
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$drivers["mongo"] = "MongoDB";
|
||||
$drivers["mongo"] = "MongoDB (experimental)";
|
||||
|
||||
if (isset($_GET["mongo"])) {
|
||||
$possible_drivers = array("mongo");
|
||||
|
Reference in New Issue
Block a user