Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
http
/
tests
/
inspector
/
network
/
resources
/
echo-payload.php
blob: 1cb1b12be1a8da5c30cd29b6384b90dd8ed3a102 [
file
] [
log
] [
blame
]
<?
php
echo file_get_contents
(
'php://input'
);
?>