Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1105 → Rev 1104

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