File "test06.php"

Full Path: /home/analogde/www/download/CHESS_2022/test06.php
File size: 63 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
	session_start();
	echo $_SESSION['repertoire'];
	
	
	
?>