mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Use id_phone instead of number in scheduled, use ftok to generate queue id, improve adapter interface, add popup error
This commit is contained in:
parent
66fa2ef434
commit
6f8c7d62b9
25 changed files with 195 additions and 180 deletions
|
@ -18,12 +18,11 @@ namespace controllers\internals;
|
|||
class HttpError extends \descartes\InternalController
|
||||
{
|
||||
/**
|
||||
* Return 404 error page
|
||||
* Return 404 error page.
|
||||
*/
|
||||
public function _404 ()
|
||||
public function _404()
|
||||
{
|
||||
http_response_code(404);
|
||||
$this->render('error/404');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue