]> git.joonet.de Git - adminer.git/commitdiff
Add $driver to global variables
authorPero Brbora <pero.brbora@gmail.com>
Sun, 25 Feb 2018 11:53:25 +0000 (12:53 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 1 Mar 2018 10:46:12 +0000 (11:46 +0100)
adminer/include/bootstrap.inc.php

index 42ff717cc3200d47169a2b2712ab2caee35a7238..b07e68cfcdd4028bc872aff72a5eec2209b0e503 100644 (file)
@@ -33,7 +33,7 @@ if ($_GET["script"] == "version") {
        exit;
 }
 
-global $adminer, $connection, $driver, $drivers, $edit_functions, $enum_length, $error, $functions, $grouping, $HTTPS, $inout, $jush, $LANG, $langs, $on_actions, $operators, $permanent, $structured_types, $has_token, $token, $translations, $types, $unsigned, $VERSION; // allows including Adminer inside a function
+global $adminer, $connection, $driver, $drivers, $edit_functions, $enum_length, $error, $functions, $grouping, $HTTPS, $inout, $jush, $LANG, $langs, $on_actions, $permanent, $structured_types, $has_token, $token, $translations, $types, $unsigned, $VERSION; // allows including Adminer inside a function
 
 if (!$_SERVER["REQUEST_URI"]) { // IIS 5 compatibility
        $_SERVER["REQUEST_URI"] = $_SERVER["ORIG_PATH_INFO"];