summaryrefslogtreecommitdiff
path: root/classes/iauthmodule.php
blob: 9ec674078c8e048819e662a978005e1a704de2da (plain)
1
2
3
4
<?php
interface IAuthModule {
	function authenticate($login, $password);
}