f5569e4755
I think this dir shouldn't have anything non-necessary in the root.
12 linhas
260 B
Plaintext
12 linhas
260 B
Plaintext
<?php
|
|
|
|
echo "pagelet postparam: ";
|
|
echo $HTTP_RAW_POST_DATA;
|
|
echo "pagelet getparam: ";
|
|
echo $_GET["getparam"];
|
|
echo "pagelet header: ";
|
|
echo $_SERVER["HTTP_MYHEADER"];
|
|
header("ResponseHeader: okay");
|
|
|
|
sleep(1); // give status check and timeout time to happen
|