mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 03:02:14 +01:00 
			
		
		
		
	Modification mineure
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
include_once "config.php";
 | 
			
		||||
include_once "header.php";
 | 
			
		||||
require_once_once "config.php";
 | 
			
		||||
require_once_once "header.php";
 | 
			
		||||
 | 
			
		||||
http_response_code(404);
 | 
			
		||||
 | 
			
		||||
echo "<h1>Cette page n'existe pas.</h1>";
 | 
			
		||||
 | 
			
		||||
include "footer.php";
 | 
			
		||||
require_once "footer.php";
 | 
			
		||||
 | 
			
		||||
exit();
 | 
			
		||||
		Reference in New Issue
	
	Block a user