1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00
Files
tt-rss/classes/iauthmodule.php
2017-04-26 20:24:18 +03:00

5 lines
75 B
PHP

<?php
interface IAuthModule {
function authenticate($login, $password);
}