Skip to content

Instantly share code, notes, and snippets.

@jmarreros
Last active March 17, 2024 22:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmarreros/7df2c517eca062cf909fabaa1401db12 to your computer and use it in GitHub Desktop.
Save jmarreros/7df2c517eca062cf909fabaa1401db12 to your computer and use it in GitHub Desktop.
<?php
$json_data = file_get_contents('php://input');
error_log('error-reportado');
error_log(print_r($json_data,true));
//En caso quieras especificar el archivo en donde se guardarán los mensajes, tendrías que cambiar la ruta
//error_log(print_r($json_data,true), 3, "/Users/jmarreros/www/decodecms/errores_csp.log");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment