mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Move $inout to Driver
This commit is contained in:
@@ -13,7 +13,6 @@ include "./include/bootstrap.inc.php";
|
||||
include "./include/tmpfile.inc.php";
|
||||
|
||||
$enum_length = "'(?:''|[^'\\\\]|\\\\.)*'";
|
||||
$inout = "IN|OUT|INOUT";
|
||||
|
||||
if (isset($_GET["select"]) && ($_POST["edit"] || $_POST["clone"]) && !$_POST["save"]) {
|
||||
$_GET["edit"] = $_GET["select"];
|
||||
|
Reference in New Issue
Block a user