Force http/https for webhook and add error_log in index

This commit is contained in:
osaajani 2020-06-14 22:17:04 +02:00
parent 54a8029b69
commit 903a8d3770
3 changed files with 14 additions and 1 deletions

View file

@ -25,6 +25,7 @@
}
catch (\Throwable $e)
{
error_log($e);
$controller = new \controllers\internals\HttpError();
$controller->unknown();
}