HOR-2689
This commit is contained in:
committed by
davidcallizaya
parent
8359e30998
commit
9eb7d6cac2
8
thirdparty/html2ps_pdf/samples/sample.form.handler.php
vendored
Normal file
8
thirdparty/html2ps_pdf/samples/sample.form.handler.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
ob_start();
|
||||
var_dump($_POST);
|
||||
error_log(ob_get_contents());
|
||||
ob_end_clean();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user