<?php
/**
 * Ce fichier permet de faire une redirection vers le fichier index.php a la
 * racine de l'application.
 *
 * @package opencimetiere
 * @version SVN : $Id: index.php 2231 2013-04-03 12:37:50Z fmichon $
 */

header("Location: ../index.php");
exit();