mirror of
				https://gitlab.com/animath/si/plateforme-corres2math.git
				synced 2025-11-04 13:12:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
require_once "config.php";
 | 
						|
require_once "views/header.php";
 | 
						|
 | 
						|
http_response_code(403);
 | 
						|
 | 
						|
echo "<h1>Vous n'êtes pas autorisé à accéder à cette page.</h1>";
 | 
						|
 | 
						|
require_once "views/footer.php";
 | 
						|
 | 
						|
exit(); |