Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 990 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
// declare(encoding='UTF-8');
/** Inclusion du fichier principal de l'application*/
require_once 'eflore.php';

echo AppControleur::getContenuCorps();
echo AppControleur::getContenuPied();

// Débogage
echo AppControleur::getChrono();
echo AppControleur::getExceptions();
?>