mirror of
https://github.com/vrana/adminer.git
synced 2026-01-21 06:53:10 +01:00
Use driver() instead of $driver
This commit is contained in:
@@ -39,7 +39,7 @@ if ($_GET["script"] == "version") {
|
||||
exit;
|
||||
}
|
||||
|
||||
global $connection, $driver, $translations; // allows including Adminer inside a function
|
||||
global $connection, $translations; // allows including Adminer inside a function
|
||||
|
||||
if (!$_SERVER["REQUEST_URI"]) { // IIS 5 compatibility
|
||||
$_SERVER["REQUEST_URI"] = $_SERVER["ORIG_PATH_INFO"];
|
||||
|
||||
Reference in New Issue
Block a user