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