mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 03:02:14 +01:00 
			
		
		
		
	Le tournoi de la finale nationale est désormais une variable globale
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
function loadUserValues() {
 | 
			
		||||
	$_SESSION["final"] = Tournament::getFinalTournament();
 | 
			
		||||
$FINAL = Tournament::getFinalTournament();
 | 
			
		||||
 | 
			
		||||
function loadUserValues() {
 | 
			
		||||
	$_SESSION["user"] = $_SESSION["team"] = $_SESSION["tournament"] = null;
 | 
			
		||||
	unset($_SESSION["user"]);
 | 
			
		||||
	unset($_SESSION["role"]);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user