mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some more debug stuff.
This commit is contained in:
@@ -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));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user