Refactor code for improved readability and consistency across multiple files

This commit is contained in:
Le Stagiaire
2024-11-08 16:08:06 +01:00
parent 0cfc5938bd
commit 6aa7fea79c
19 changed files with 1677 additions and 1794 deletions

View File

@ -2,15 +2,17 @@
<!-- FIN CORPS -->
<!-- PIED -->
<div><hr style="width:800px; margin-top:20px;">
<em style="font-size:12px;">Exécuté en ~<?php
list($usec, $sec) = explode(" ", microtime());
$fin_ex = (float)$usec + (float)$sec;
echo round($fin_ex-$debut_ex,3);
?> s.<br/>Panel réalisé par BREGAND Alexis et HANRION Claude</a>.</em>
<div>
<hr style="width:800px; margin-top:20px;">
<em style="font-size:12px;">Exécuté en ~<?php
list($usec, $sec) = explode(" ", microtime());
$fin_ex = (float)$usec + (float)$sec;
echo round($fin_ex - $debut_ex, 3);
?> s.<br />Panel réalisé par BREGAND Alexis et HANRION Claude</a>.</em>
</div>
<!-- FIN PIED -->
</div>
</body>
</html>