1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 14:17:26 +02:00

Move $drivers to SqlDriver

This commit is contained in:
Jakub Vrana
2025-03-28 22:39:12 +01:00
parent 1f88485a3c
commit aceb4ce7a5
16 changed files with 26 additions and 32 deletions

View File

@@ -10,7 +10,7 @@
namespace Adminer;
include "../adminer/include/bootstrap.inc.php";
$drivers[DRIVER] = lang('Login');
add_driver(DRIVER, lang('Login'));
if (isset($_GET["select"]) && ($_POST["edit"] || $_POST["clone"]) && !$_POST["save"]) {
$_GET["edit"] = $_GET["select"];