$init,
' year' => $year,
' modeTest' => $modeTest,
' bdd' => $bdd,
' includePathConf' => $includePathConf
], 'frm.stats.php');
}
if ($modeTest==1) {echo '
';
// -----------------------------------------------------
// titre de la page
// -----------------------------------------------------
echo '
';
// -----------------------------------------------------
// Menu
// -----------------------------------------------------
echo '';
// -----------------------------------------------------
// Zone recherche ou aide ou sous-menus
// -----------------------------------------------------
echo '
';
// -----------------------------------------------------
// Zone form
// -----------------------------------------------------
echo '
';
// -----------------------------------------------------
// Afficher messages webmaster
// -----------------------------------------------------
if (!empty($admMsg) || !empty($debugMsg) ) {
echo '
';
include ($includePathAdmin. "/adminMsg.php");
echo '
'; //zoneMsg
}
echo '
';
}
else {
$confPath="../_conf";
include ("./adminInclude/redirectionAdmin.php");
}
?>