first commit

This commit is contained in:
2025-08-07 13:15:31 +01:00
commit d903893b4c
21854 changed files with 4461308 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<?php
use Glpi\Event;
include ('../inc/includes.php');
Session::checkLoginUser();
if (Session::getCurrentInterface() == "helpdesk") {
Html::helpHeader("Rapport Impression", '', $_SESSION["glpiname"]);
} else {
Html::header("Rapport Impression", '', "", "");
}
echo "<iframe src='https://serveursi.sophal.net/impression' width='100%' height='600'/>";
if (Session::getCurrentInterface() == "helpdesk") {
Html::helpFooter();
} else {
Html::footer();
}
?>