1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:05:55 +00:00

auth_internal: use PDO + other fixes

This commit is contained in:
Andrew Dolgov
2017-12-03 00:18:08 +03:00
parent 4ee398a41e
commit 7d960ce7e9
3 changed files with 92 additions and 69 deletions

View File

@@ -2,6 +2,9 @@
abstract class Plugin {
const API_VERSION_COMPAT = 1;
/** @var PDO */
protected $pdo;
abstract function init($host);
abstract function about();