Mark Elastic and Mongo drivers as experimental

This commit is contained in:
Jakub Vrana 2013-12-20 16:07:31 -08:00
parent 0c710f65d4
commit 8cd4f6e225
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?php
$drivers["elastic"] = "Elasticsearch";
$drivers["elastic"] = "Elasticsearch (experimental)";
if (isset($_GET["elastic"])) {
$possible_drivers = array("json");

View file

@ -1,5 +1,5 @@
<?php
$drivers["mongo"] = "MongoDB";
$drivers["mongo"] = "MongoDB (experimental)";
if (isset($_GET["mongo"])) {
$possible_drivers = array("mongo");