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