mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
auth_remote: fix typo
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
<?php
|
||||
class Auth_Base {
|
||||
protected $dbh;
|
||||
|
||||
function __construct($dbh) {
|
||||
$this->dbh = $dbh;
|
||||
}
|
||||
|
||||
function check_password($owner_uid, $password) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user