Files
luos/gulliver/thirdparty/html2ps_pdf/samples/sample.form.handler.php

8 lines
93 B
PHP
Executable File

<?php
ob_start();
var_dump($_POST);
error_log(ob_get_contents());
ob_end_clean();
?>