mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Force http/https for webhook and add error_log in index
This commit is contained in:
parent
54a8029b69
commit
903a8d3770
3 changed files with 14 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
}
|
||||
catch (\Throwable $e)
|
||||
{
|
||||
error_log($e);
|
||||
$controller = new \controllers\internals\HttpError();
|
||||
$controller->unknown();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue