mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some more debug stuff.
This commit is contained in:
parent
e9e4307ce5
commit
868fe46932
@ -18,7 +18,9 @@ class WebhookController extends Controller
|
|||||||
public function sendgrid()
|
public function sendgrid()
|
||||||
{
|
{
|
||||||
var_dump($_POST);
|
var_dump($_POST);
|
||||||
Log::debug(print_r($_POST,true));
|
Log::debug(print_r($_POST, true));
|
||||||
|
Log::debug(print_r($_GET, true));
|
||||||
|
Log::debug(print_r($_SERVER, true));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user