7 lines
		
	
	
		
			167 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			167 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
$imagepath = "/path/to/your/files";
 | 
						|
$thumbpath = "/var/tmp/sharing-gallery/thumbnails/";
 | 
						|
$max_validity_days = "30";
 | 
						|
$font = "DejaVu-Sans";
 | 
						|
$preview_num = "5";
 | 
						|
?>
 |