mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Promote MongoDB, demote Oracle and MS SQL
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$drivers["oracle"] = "Oracle";
|
||||
$drivers["oracle"] = "Oracle (beta)";
|
||||
|
||||
if (isset($_GET["oracle"])) {
|
||||
$possible_drivers = array("OCI8", "PDO_OCI");
|
||||
|
Reference in New Issue
Block a user