mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Remove (beta) from MS SQL
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
* @author Jakub Vrana
|
* @author Jakub Vrana
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$drivers["mssql"] = "MS SQL (beta)";
|
$drivers["mssql"] = "MS SQL";
|
||||||
|
|
||||||
if (isset($_GET["mssql"])) {
|
if (isset($_GET["mssql"])) {
|
||||||
define("DRIVER", "mssql");
|
define("DRIVER", "mssql");
|
||||||
|
Reference in New Issue
Block a user