Commit 6cea6d00bc2be0d29dde969acc380cd29d2330d5

Authored by grouille
1 parent c590421d

MAJ

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/add.php
... ... @@ -52,7 +52,7 @@ session_start();
52 52 exec("super cmd.sh");
53 53 ?>
54 54 <div class="alert alert-success" role="alert">
55   - Le capteur a bien été ajouté !
  55 + Le capteur a bien été ajouté ! <?php echo $temps;?>
56 56 </div>
57 57 <meta http-equiv="Refresh" content="3;url=accueil.php" />
58 58 <?php
... ...