mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-11-04 13:51:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			78 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
interface IAuthModule {
 | 
						|
	function authenticate($login, $password);
 | 
						|
}
 | 
						|
?>
 |