contrat.php 169 B

123456
  1. <?php
  2. require_once __DIR__.'/main/inc/global.inc.php';
  3. $linkLegal = api_get_path(WEB_PATH)."courses/FORUMDAIDE/index.php";
  4. header('Location: ' . $linkLegal);
  5. Exit();
  6. ?>