mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Notices: Store maria into a declared variable
This commit is contained in:
@@ -100,6 +100,7 @@ if (isset($_GET["sqlite"])) {
|
||||
|
||||
if (class_exists('Adminer\SqliteDb')) {
|
||||
class Db extends SqliteDb {
|
||||
public $flavor = '';
|
||||
|
||||
function __construct() {
|
||||
parent::__construct(":memory:");
|
||||
|
Reference in New Issue
Block a user