HB/game/jeu/gestion.php

5 lines
104 B
PHP

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