mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Update smsAPI.php
Code display adjustment.
This commit is contained in:
parent
0818bb36fb
commit
38d73af572
1 changed files with 5 additions and 5 deletions
|
@ -184,8 +184,8 @@
|
||||||
|
|
||||||
echo json_encode(array(
|
echo json_encode(array(
|
||||||
'error' => self::API_ERROR_NO,
|
'error' => self::API_ERROR_NO,
|
||||||
'page' => $page,
|
'page' => $page,
|
||||||
'limit' => $limit,
|
'limit' => $limit,
|
||||||
'total' => $nbTotal,
|
'total' => $nbTotal,
|
||||||
'receiveds' => $receiveds,
|
'receiveds' => $receiveds,
|
||||||
));
|
));
|
||||||
|
@ -219,10 +219,10 @@
|
||||||
|
|
||||||
echo json_encode(array(
|
echo json_encode(array(
|
||||||
'error' => self::API_ERROR_NO,
|
'error' => self::API_ERROR_NO,
|
||||||
'page' => $page,
|
'page' => $page,
|
||||||
'limit' => $limit,
|
'limit' => $limit,
|
||||||
'total' => $nbTotal,
|
'total' => $nbTotal,
|
||||||
'sendeds' => $sendeds,
|
'sendeds' => $sendeds,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue