Sélectionner une révision Git
requests.php 632 o
<?php
$title = 'Projet PIMA';
include("/opt/lampp/htdocs/pima/head.php");
?>
</head>
<?php include("/opt/lampp/htdocs/pima/header.php"); ?>
<section class="wrapper style1">
<div class="container">
<div id="content">
<article>
<header>
<h2>Mes demandes</h2>
</header>
<p>
<?php
$r = $_SESSION['currentRequest'];
print_requests($users,$r); ?>
</p>
</article>
</div>
</div>
</section>
<?php #include("/opt/lampp/htdocs/pima/footer.php"); ?>