mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Mark abstract classes
This commit is contained in:
@@ -88,6 +88,10 @@ if (isset($_GET["sqlite"])) {
|
||||
function __construct($filename) {
|
||||
$this->dsn(DRIVER . ":$filename", "", "");
|
||||
}
|
||||
|
||||
function select_db($db) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user