mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			325 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			325 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * User data configuration file
 | 
						|
 *
 | 
						|
 * @author Pierre HUBERT
 | 
						|
 */
 | 
						|
 | 
						|
/**
 | 
						|
 * The subdirectory (of user_data folder) containing image accounts
 | 
						|
 */
 | 
						|
$config->set("imageAccountPath", "avatars/");
 | 
						|
 | 
						|
/**
 | 
						|
 * The subdirectory (of user_data folder) containing background images
 | 
						|
 */
 | 
						|
$config->set("backgroundImagePath", "imgfond/"); |