<?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 2262 2013-04-17 09:55:13Z fmichon $
 */

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