mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 17:36:29 +02:00
Ajout des accusés de reception
This commit is contained in:
parent
469e2fce59
commit
479b2c2442
5 changed files with 27 additions and 2 deletions
|
@ -42,6 +42,7 @@
|
|||
<th>Numéro</th>
|
||||
<th>Message</th>
|
||||
<th>Date</th>
|
||||
<th>Delivré</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -54,6 +55,7 @@
|
|||
<td><?php secho($send['target']); ?></td>
|
||||
<td><?php secho($send['content']); ?></td>
|
||||
<td><?php secho($send['at']); ?></td>
|
||||
<td><?php secho($send['delivered'] ? 'Oui' : 'Non'); ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue