mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-10-31 08:26:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			310 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			310 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| // Put your function files here, and they'll be added everywhere require.php is!
 | |
| 
 | |
| require_once(SITE_LOCATION . '/php/helpers.php');
 | |
| require_once(SITE_LOCATION . '/php/plugins/easycrypt.php');
 | |
| require_once(SITE_LOCATION . '/php/validation.php');
 | |
| require_once(SITE_LOCATION . '/php/passwordreset.php');
 | |
| 
 | |
| ?>
 |