mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 05:41:27 +02:00
Use international word for experimental drivers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$drivers["elastic"] = "Elasticsearch (experimental)";
|
||||
$drivers["elastic"] = "Elasticsearch (beta)";
|
||||
|
||||
if (isset($_GET["elastic"])) {
|
||||
$possible_drivers = array("json");
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$drivers["mongo"] = "MongoDB (experimental)";
|
||||
$drivers["mongo"] = "MongoDB (beta)";
|
||||
|
||||
if (isset($_GET["mongo"])) {
|
||||
$possible_drivers = array("mongo");
|
||||
|
Reference in New Issue
Block a user