mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Avoid fatal errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
function connect_error() {
|
||||
global $connection, $VERSION, $token, $error, $drivers;
|
||||
global $connection, $token, $error, $drivers;
|
||||
$databases = array();
|
||||
if (DB != "") {
|
||||
page_header(lang('Database') . ": " . h(DB), lang('Invalid database.'), true);
|
||||
|
Reference in New Issue
Block a user