]> git.wh0rd.org - tt-rss.git/blob - classes/iauthmodule.php
queryfeedheadlines: there's no need to quote order_by/override_order
[tt-rss.git] / classes / iauthmodule.php
1 <?php
2 interface IAuthModule {
3 function authenticate($login, $password);
4 }