]> git.wh0rd.org - tt-rss.git/blame - classes/iauthmodule.php
lib: Upgrade timezones.txt from 2010k/l/m/n/2011a to 2016j
[tt-rss.git] / classes / iauthmodule.php
CommitLineData
0f28f81f
AD
1<?php
2interface IAuthModule {
3 function authenticate($login, $password);
4}
5?>