mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-04 02:07:05 +01:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								// Include this on every page with require_once('required.php'), and you shouldn't need to have any others.
							 | 
						||
| 
								 | 
							
								require_once('php/config.php');
							 | 
						||
| 
								 | 
							
								require_once(SITE_LOCATION . '/php/functions.php');
							 | 
						||
| 
								 | 
							
								?>
							 |