]> git.wh0rd.org - tt-rss.git/blob - classes/iauthmodule.php
Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking file size...
[tt-rss.git] / classes / iauthmodule.php
1 <?php
2 interface IAuthModule {
3 function authenticate($login, $password);
4 }
5 ?>