mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:36:30 +00:00
pluginhost: do not connect via legacy DB api until requested
log all initiated legacy database connections
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<?php
|
||||
class Auth_Base {
|
||||
private $dbh;
|
||||
private $pdo;
|
||||
|
||||
function __construct() {
|
||||
$this->dbh = Db::get();
|
||||
$this->pdo = Db::pdo();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user