mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 06:22:13 +01:00 
			
		
		
		
	Modifications sur les pages d'erreur
This commit is contained in:
		
							
								
								
									
										12
									
								
								server_files/404.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								server_files/404.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
include_once "config.php";
 | 
			
		||||
include_once "header.php";
 | 
			
		||||
 | 
			
		||||
http_response_code(404);
 | 
			
		||||
 | 
			
		||||
echo "<h1>Cette page n'existe pas.</h1>";
 | 
			
		||||
 | 
			
		||||
include "footer.php";
 | 
			
		||||
 | 
			
		||||
exit();
 | 
			
		||||
		Reference in New Issue
	
	Block a user