mirror of
				https://github.com/Chouchen/shorturl.git
				synced 2018-06-07 06:34:38 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			115 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?
 | 
						|
const MAX_ARTICLE     = 5;
 | 
						|
const DATABASE         = "db/database.xml";
 | 
						|
const MAX_ARTICLE_IN_RSS = 10;
 | 
						|
 | 
						|
 | 
						|
?>
 |