mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 09:56:34 +02:00
Compare commits
No commits in common. "d944a2cb38232dc2f970f2fff0952169a97c883f" and "9d9cdcc51f2d3494d1d14dff9a826679f00b0b6e" have entirely different histories.
d944a2cb38
...
9d9cdcc51f
1 changed files with 4 additions and 7 deletions
|
@ -1,8 +1,5 @@
|
|||
Vous avez reçu un nouveau SMS :
|
||||
Date : <?= $at ?>
|
||||
|
||||
Origine : <?= $origin ?>
|
||||
|
||||
Destination : <?= $destination ?>
|
||||
|
||||
Message : <?= $text ?>
|
||||
Date : <?= $sms['at'] ?>
|
||||
Origine : <?= $sms['origin'] ?>
|
||||
Destination : <?= $sms['destination'] ?>
|
||||
Message : <?= $sms['text'] ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue