HB/game/jeu/marche.php

5 lines
86 B
PHP

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