Skip to content

Commit

Permalink
Mark Elastic and Mongo drivers as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Dec 21, 2013
1 parent 0c710f6 commit 8cd4f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adminer/drivers/elastic.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$drivers["elastic"] = "Elasticsearch";
$drivers["elastic"] = "Elasticsearch (experimental)";

if (isset($_GET["elastic"])) {
$possible_drivers = array("json");
Expand Down
2 changes: 1 addition & 1 deletion adminer/drivers/mongo.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$drivers["mongo"] = "MongoDB";
$drivers["mongo"] = "MongoDB (experimental)";

if (isset($_GET["mongo"])) {
$possible_drivers = array("mongo");
Expand Down

0 comments on commit 8cd4f6e

Please sign in to comment.