]> git.wh0rd.org - tt-rss.git/blame_incremental - classes/iauthmodule.php
strip_harmful_tags: remove data- attributes
[tt-rss.git] / classes / iauthmodule.php
... / ...
CommitLineData
1<?php
2interface IAuthModule {
3 function authenticate($login, $password);
4}