e2118a8b056c9984a641450bb564044e1804c96b
2 //Options for GLPI 0.71 and newer : need slave db to access the report
4 $DBCONNECTION_REQUIRED=0;
6 include ("../../inc/includes.php");
8 Session
::checkRight("reports", "r");
9 Session
::checkRight("computer", "r");
11 #Html::header(Report::getTypeName(2), $_SERVER['PHP_SELF'], "utils", "report");
12 Html
::header("Suivi de la migration vers Ubuntu 12.04.", $_SERVER['PHP_SELF'], "utils", "report");
15 echo "\n<p class='big b' style='text-align: center'>Suivi de la migration vers Ubuntu 12.04</p><br><br>";
17 echo "<p style=\"font-size: 120%; text-align: center;\">Les données du rapport de migration Ubuntu seront disponibles à partir du lundi 21 avril 2014.<br />En attendant vous pouvez déjà consulter les rapports sur le <a href=\"https://glpi.auf.org/glpi/plugins/auf/report.computers.php\">parc machine</a> et sur les <a href=\"https://glpi.auf.org/glpi/plugins/auf/report.operatingsystems.php\">systèmes d'exploitation</a>.</p>";