HB/game/jeu/gestion.php
2020-11-15 17:31:21 +01:00

5 lines
No EOL
104 B
PHP

<?php
if(!defined('INDEX')) { header('Location: ../'); exit; }
$page = 'gestion';
$titre = 'Gestion';
?>