mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 13:52:17 +01:00 
			
		
		
		
	Modification mineure
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
include 'config.php';
 | 
			
		||||
require_once 'config.php';
 | 
			
		||||
 | 
			
		||||
if (isset($_POST["submitted"])) {
 | 
			
		||||
    $error_message = addOrganizer();
 | 
			
		||||
@@ -57,7 +57,7 @@ function addOrganizer() {
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
 | 
			
		||||
<?php include "header.php" ?>
 | 
			
		||||
<?php require_once "header.php" ?>
 | 
			
		||||
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
@@ -119,6 +119,6 @@ if (!isset($_SESSION["role"]) or $_SESSION["role"] != "ADMIN") {
 | 
			
		||||
        </table>
 | 
			
		||||
    </form>
 | 
			
		||||
 | 
			
		||||
    <?php include "footer.php" ?>
 | 
			
		||||
    <?php require_once "footer.php" ?>
 | 
			
		||||
 | 
			
		||||
<?php } ?>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user