<?php
/**
 * Ce fichier permet de faire une redirection vers la documentation de l'aaplication.
 *
 * @package openmairie_exemple
 * @version SVN : $Id$
 */

header("Location: http://docs.openmairie.org/index.php?project=opencimetiere&version=3.1&format=html&path=manuel_utilisateur");
exit();

?>