Compare commits
2 Commits
9d9cdcc51f
...
d944a2cb38
Author | SHA1 | Date |
---|---|---|
Your Name | d944a2cb38 | |
osaajani | fbe1d51102 |
|
@ -1,5 +1,8 @@
|
|||
Vous avez reçu un nouveau SMS :
|
||||
Date : <?= $sms['at'] ?>
|
||||
Origine : <?= $sms['origin'] ?>
|
||||
Destination : <?= $sms['destination'] ?>
|
||||
Message : <?= $sms['text'] ?>
|
||||
Date : <?= $at ?>
|
||||
|
||||
Origine : <?= $origin ?>
|
||||
|
||||
Destination : <?= $destination ?>
|
||||
|
||||
Message : <?= $text ?>
|
||||
|
|
Loading…
Reference in New Issue