Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1104 → Rev 1105

/trunk/index_mobile.php
3,8 → 3,10
/** Inclusion du fichier principal de l'application*/
require_once 'eflore.php';
 
echo AppControleur::getContenuCorps();
echo AppControleur::getContenuCorps();
echo AppControleur::getContenuPied();
//echo AppControleur::getChrono();
//echo AppControleur::getExceptions();
 
// Débogage
echo AppControleur::getChrono();
echo AppControleur::getExceptions();
?>