Commit | Line | Data |
---|---|---|
749e76d6 P |
1 | <?php |
2 | //Options for GLPI 0.71 and newer : need slave db to access the report | |
3 | $USEDBREPLICATE=1; | |
4 | $DBCONNECTION_REQUIRED=0; | |
5 | ||
6 | include ("../../inc/includes.php"); | |
7 | ||
8 | Session::checkRight("reports", "r"); | |
9 | Session::checkRight("computer", "r"); | |
10 | ||
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"); | |
13 | Report::title(); | |
14 | ||
15 | echo "\n<p class='big b' style='text-align: center'>Suivi de la migration vers Ubuntu 12.04</p><br><br>"; | |
16 | ||
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>"; | |
18 | ||
19 | Html::footer(); | |
20 | ?> |