mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 03:53:59 +02:00
Avoid fatal errors
This commit is contained in:
@@ -36,7 +36,7 @@ class Adminer {
|
||||
* @return null
|
||||
*/
|
||||
function loginForm() {
|
||||
global $drivers, $possible_drivers;
|
||||
global $drivers;
|
||||
?>
|
||||
<table cellspacing="0">
|
||||
<tr><th><?php echo lang('System'); ?><td><?php echo html_select("driver", $drivers, DRIVER); ?>
|
||||
|
Reference in New Issue
Block a user