diff --git a/vendor/action/log/log_save.php b/vendor/action/log/log_save.php index 7220581..60ac758 100644 --- a/vendor/action/log/log_save.php +++ b/vendor/action/log/log_save.php @@ -25,6 +25,9 @@ try { $LogValidate = new LogValidate(); $StationFolder = new StationFolder(); + + print_r($_POST); + /** Parametros de entrada */ $key = isset($_POST['key']) ? (string)filter_input(INPUT_POST, 'key', FILTER_SANITIZE_SPECIAL_CHARS) : ''; $file = isset($_POST['file']) ? (string)filter_input(INPUT_POST, 'file', FILTER_SANITIZE_SPECIAL_CHARS) : '';