mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
fix style + undefined var api instead of api_key
This commit is contained in:
parent
f4cb825d16
commit
aaa7eb8061
6 changed files with 19 additions and 15 deletions
|
@ -162,7 +162,7 @@ namespace controllers\publics;
|
|||
* @param string $csrf : Le jeton csrf
|
||||
* @param string $_POST['text'] : Le contenu du Sms
|
||||
* @param string $_POST['destination'] : Number to send sms to
|
||||
* @param string $_POST['id_phone'] : If of phone to send sms with
|
||||
* @param string $_POST['id_phone'] : If of phone to send sms with
|
||||
*
|
||||
* @return string : json string Le statut de l'envoi
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue