mirror of
https://github.com/vrana/adminer.git
synced 2026-05-07 04:56:17 +02:00
Notices: Store maria into a declared variable
This commit is contained in:
@@ -9,7 +9,7 @@ if (isset($_GET["elastic"])) {
|
||||
if (ini_bool('allow_url_fopen')) {
|
||||
|
||||
class Db {
|
||||
public $extension = "JSON", $server_info, $errno, $error;
|
||||
public $extension = "JSON", $flavor = '', $server_info, $errno, $error;
|
||||
private $url;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user